diff options
Diffstat (limited to 'localsettingsserver.py')
-rw-r--r-- | localsettingsserver.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/localsettingsserver.py b/localsettingsserver.py index 6edb968..b0cd49d 100644 --- a/localsettingsserver.py +++ b/localsettingsserver.py @@ -43,6 +43,9 @@ EXPOWEB_URL = 'http://expo.survex.com/' SURVEYS_URL = 'http://expo.survex.com/survey_scans/' MEDIA_URL = URL_ROOT + DIR_ROOT + 'site_media/' +STATIC_URL = URL_ROOT +STATIC_ROOT = DIR_ROOT + MEDIA_ROOT = REPOS_ROOT_PATH + '/troggle/media/' MEDIA_ADMIN_DIR = '/usr/lib/python2.7/site-packages/django/contrib/admin/media/' |