summaryrefslogtreecommitdiffstats
path: root/localsettingswindows.py
diff options
context:
space:
mode:
authorMartin Green <martin.speleo@gmail.com>2011-05-01 19:58:38 +0100
committerMartin Green <martin.speleo@gmail.com>2011-05-01 19:58:38 +0100
commit6d7691791af58dcb11bd7e1d2b70623dc7143865 (patch)
tree74d35b21c2395cf86982b09230a5cad116870197 /localsettingswindows.py
parentb001df1f5319dd8627faba3cd56c412e8584fc7d (diff)
downloadtroggle-6d7691791af58dcb11bd7e1d2b70623dc7143865.tar.gz
troggle-6d7691791af58dcb11bd7e1d2b70623dc7143865.tar.bz2
troggle-6d7691791af58dcb11bd7e1d2b70623dc7143865.zip
Added settings hooks for TinyMCE. On debian apt-get install tinymce python-django-tinymce
Diffstat (limited to 'localsettingswindows.py')
-rw-r--r--localsettingswindows.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/localsettingswindows.py b/localsettingswindows.py
index 8a42918..dfee0a5 100644
--- a/localsettingswindows.py
+++ b/localsettingswindows.py
@@ -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.
-) \ No newline at end of file
+)