diff options
Diffstat (limited to 'localsettingspotatohut.py')
-rw-r--r-- | localsettingspotatohut.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/localsettingspotatohut.py b/localsettingspotatohut.py index a9c39d5..5346415 100644 --- a/localsettingspotatohut.py +++ b/localsettingspotatohut.py @@ -41,6 +41,9 @@ EXPOWEB_URL = 'http://expo/' SURVEYS_URL = 'http://expo/survey_scans/' MEDIA_URL = '/' + 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/' |