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

Uploaded Source

File details

Details for the file django-ckedit-0.1.2a6.zip.

File metadata

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

File hashes

Hashes for django-ckedit-0.1.2a6.zip
Algorithm Hash digest
SHA256 482c2a47c13c38cd0ae3b647d1684b825a0fcbfa06c64cfd5ebbd6191de6af2f
MD5 f4c7958330d38626b542ef1e231ecb85
BLAKE2b-256 c28796ad47d23962628989f4b8180fc2beb1bc2527e27fe7e205311bf5782527

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