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-tinymce

How to install django-tinymce

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install django-tinymce
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
1.5.1 Available View build log
1.5.1b3 Available View build log
1.5.1b2 Available View build log
1.5.1b1 Available View build log
1.5.1a3 Available View build log
1.5.1a2 Available View build log
1.5.1a1 Available View build log
1.5.1.dev101 Available View build log
1.5.1.dev100 Available View build log
Windows (64-bit)
1.5.1 Available View build log
1.5.1b2 Available View build log
1.5.1b1 Available View build log
1.5.1a3 Available View build log
1.5.1a2 Available View build log
1.5.1a1 Available View build log
1.5.1.dev101 Available View build log
1.5.1.dev100 Available View build log
Mac OS X (10.5+)
1.5.1 Available View build log
1.5.1b3 Available View build log
1.5.1b2 Available View build log
1.5.1b1 Available View build log
1.5.1a3 Available View build log
1.5.1a2 Available View build log
1.5.1a1 Available View build log
1.5.1.dev101 Available View build log
1.5.1.dev100 Available View build log
Linux (32-bit)
1.5.1 Available View build log
1.5.1b3 Available View build log
1.5.1b2 Available View build log
1.5.1b1 Available View build log
1.5.1a3 Available View build log
1.5.1a2 Available View build log
1.5.1a1 Available View build log
1.5.1.dev101 Available View build log
1.5.1.dev100 Available View build log
Linux (64-bit)
1.5.1 Available View build log
1.5.1b4 Available View build log
1.5.1b3 Available View build log
1.5.1b2 Available View build log
1.5.1b1 Available View build log
1.5.1a3 Available View build log
1.5.1a2 Available View build log
1.5.1a1 Available View build log
1.5.1.dev101 Available View build log
1.5.1.dev100 Available View build log
 
License
MIT License
Lastest release
version 1.5.1 on Apr 9th, 2013

django-tinymce ===

django-tinymce is a Django application that contains a widget to render a form field as a TinyMCE editor.

Quickstart: ===

Install django-tinymce:

$ pip install django-tinymce

Add tinymce to INSTALLED_APPS in settings.py for your project:

INSTALLED_APPS = (
... 'tinymce',

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

Definition list ends without a blank line; unexpected unindent.

)

Add tinymce.urls to urls.py for your project:

urlpatterns = patterns('',
... (r'^tinymce/', include('tinymce.urls')),

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

Definition list ends without a blank line; unexpected unindent.

)

In your code:

from django.db import models from tinymce.models import HTMLField

class MyModel(models.Model):
... content = HTMLField()

django-tinymce uses staticfiles so everything should work as expected, different use cases (like using widget instead of HTMLField) and other stuff is available in documentation.

Documentation: === http://django-tinymce.readthedocs.org/

Support and updates: === You can contact me directly at aljosa.mohorovic@gmail.com, track updates at https://twitter.com/maljosa or use github issues. Be persistent and bug me, I often find myself lost in time so ping me if you're still waiting for me to answer.

License (and related information): === Originally written by Joost Cassee.

This program is licensed under the MIT License (see LICENSE.txt)

Subscribe to package updates

Last updated Apr 9th, 2013

Download Stats

Last month:5

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.