Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install django-ckedit

How to install django-ckedit

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install django-ckedit
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.1.4b8 Available View build log
Windows (64-bit)
0.1.4b8 Available View build log
Mac OS X (10.5+)
0.1.4b8 Available View build log
Linux (32-bit)
0.1.4b8 Available View build log
Linux (64-bit)
0.1.4b8 Available View build log
 
Author
Imports
Lastest release
version 0.1.4b8 on Aug 3rd, 2013

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 = (

System Message: WARNING/2 (<string>, line 13); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 13); backlink

Inline interpreted text or phrase reference start-string without end-string.

System Message: ERROR/3 (<string>, line 15)

Unexpected indentation.
... 'ckeditor',

System Message: WARNING/2 (<string>, line 17)

Block quote ends without a blank line; unexpected unindent.
)

To your sites url.py add:

```python urlpatterns = patterns('',

System Message: WARNING/2 (<string>, line 22); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (<string>, line 22); backlink

Inline interpreted text or phrase reference start-string without end-string.

System Message: ERROR/3 (<string>, line 24)

Unexpected indentation.
... url(r'^ckeditor/', include('ckeditor.urls')),

System Message: WARNING/2 (<string>, line 26)

Block quote ends without a blank line; unexpected unindent.
)

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.

Subscribe to package updates

Last updated Aug 3rd, 2013

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.