summaryrefslogtreecommitdiffstats
path: root/localsettingsubuntu.py
diff options
context:
space:
mode:
Diffstat (limited to 'localsettingsubuntu.py')
-rw-r--r--localsettingsubuntu.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/localsettingsubuntu.py b/localsettingsubuntu.py
index 9779555..c50a374 100644
--- a/localsettingsubuntu.py
+++ b/localsettingsubuntu.py
@@ -48,6 +48,9 @@ MEDIA_URL = URL_ROOT + DIR_ROOT + '/site_media/'
MEDIA_ROOT = REPOS_ROOT_PATH + '/troggle/media/'
MEDIA_ADMIN_DIR = '/usr/lib/python2.4/site-packages/django/contrib/admin/media/'
+STATIC_URL = URL_ROOT
+STATIC_ROOT = DIR_ROOT
+
JSLIB_URL = URL_ROOT + 'javascript/'
TINY_MCE_MEDIA_ROOT = '/usr/share/tinymce/www/'