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.3a7.zip (1.1 MB view details)

Uploaded Source

File details

Details for the file django-ckedit-0.1.3a7.zip.

File metadata

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

File hashes

Hashes for django-ckedit-0.1.3a7.zip
Algorithm Hash digest
SHA256 750dfbe92956a0aa0034fecaeb93ef7a3ce013970905f0e8bf8eeffdf651c28b
MD5 dc5736978f2af7c9ccec42ee3b63c41a
BLAKE2b-256 31e5ddc3b18b4c138deec4554e24c3b1353df32e88fc3f4b5715bc78fb76b4c5

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