Skip to content

ajhi/django-ckeditor-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Installation

  • Put ckeditor_upload somewhere in your PYTHON_PATH
  • Add (r'^ckeditor_upload/$', include('ckeditor_upload.urls')), in your urlpatterns
  • Configure CKEditor with: CKEDITOR.replace('textarea_name', { filebrowserUploadUrl: '/ckeditor_upload/upload/' });
  • OPTIONAL: CK_FILE_PATH is path that will be appended to MEDIA_ROOT (e.g. CK_FILE_PATH='uploaded/', default is empty string). Make sure to use trailing slash!

About

Django CKEditor upload app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published