diff options
Diffstat (limited to 'localsettingsubuntu.py')
-rw-r--r-- | localsettingsubuntu.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/localsettingsubuntu.py b/localsettingsubuntu.py index 718af0e..3c7cce2 100644 --- a/localsettingsubuntu.py +++ b/localsettingsubuntu.py @@ -32,6 +32,9 @@ MEDIA_ROOT = '/home/goatchurch/expoweb/troggle/media/' URL_ROOT = 'http://127.0.0.1:8000' +TINY_MCE_MEDIA_ROOT = '/usr/share/tinymce/www/' +TINY_MCE_MEDIA_URL = URL_ROOT + 'tinymce_media/' + TEMPLATE_DIRS = ( "/home/goatchurch/expoweb/troggle/templates", # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates". |