Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

Django CKEditor
===============

Django CKEditor contains the JavaScript WYSIWYG editor, [CKEditor](http://ckeditor.com/) and functionality for uploading and browsing files on your server.

Installation
------------

Run `pip install django-ckedit`

Add `ckeditor` to your `INSTALLED_APPS` setting:

```python
INSTALLED_APPS = (
...
'ckeditor',
)
```

To your sites `url.py` add:

```python
urlpatterns = patterns('',
...
url(r'^ckeditor/', include('ckeditor.urls')),
)
```

Views
-----

###upload
Uploads a file from the CKEditor insert image dialog's upload section to a user-specified path using the [default storage](https://docs.djangoproject.com/en/dev/topics/files/#the-built-in-filesystem-storage-class).

##browse
Displays image thumbnails from the CKEditor insert image dialog's browse section.

Settings
--------

`CKEDTIOR_UPLOAD_DIRECTORY (default 'ckeditor')`

The directory the uploads are saved to and files are browsed from.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-ckedit-0.1.4b8.zip (1.1 MB view details)

Uploaded Source

File details

Details for the file django-ckedit-0.1.4b8.zip.

File metadata

  • Download URL: django-ckedit-0.1.4b8.zip
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-ckedit-0.1.4b8.zip
Algorithm Hash digest
SHA256 035cd3d83ded6711a2a20966cfdd654e0d73d5087a31b621c473822ddf4f5497
MD5 c7a63af8f2eb4c41783a551a148eff94
BLAKE2b-256 c1f79f28315505a8952046a8096c66853a3536469f33a7ec364b012d942abff8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page