Added settings hooks for TinyMCE. On debian apt-get install tinymce python-django-tinymce

This commit is contained in:
Martin Green
2011-05-01 19:58:38 +01:00
parent a26310767b
commit 79562d8e6d
3 changed files with 10 additions and 1 deletions

View File

@@ -17,6 +17,9 @@ PHOTOS = 'C:\\Expo\\expoweb\\photos'
URL_ROOT = 'http://127.0.0.1:8000'
TINY_MCE_MEDIA_ROOT = '/usr/share/tinymce/www/'
TINY_MCE_MEDIA_URL = URL_ROOT + 'tinymce_media/'
PYTHON_PATH = 'C:\\expoweb\\troggle\\'
MEDIA_ROOT = 'C:/Expo/expoweb/troggle/media/'
@@ -46,4 +49,4 @@ TEMPLATE_DIRS = (
# Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
# Always use forward slashes, even on Windows.
# Don't forget to use absolute paths, not relative paths.
)
)