Pluggable django notes app.
git clone git://github.com/t0ster/django-notes.git cd django-notes python bootstrap.py ./bin/buildout ./bin/django syncdb ./bin/django build_static ./bin/django runserver
Go to http://localhost:8000
http://pm.bravetoasterstudio.com/projects/django-notes/issues
django-tinymce
Add applications
django_notes
andtinymce
to theINSTALLED_APPS
list.Run
./manage.py syncdb
to create all neccessary tables.Add these variables to the settings.py:
TINYMCE_JS_URL = os.path.join(STATIC_URL, "tiny_mce/tiny_mce.js")