diff --git a/localsettingsserver.py b/localsettingsserver.py index 9030d5b..dcbf097 100644 --- a/localsettingsserver.py +++ b/localsettingsserver.py @@ -9,15 +9,14 @@ SURVEX_DATA = '' CAVERN = 'cavern' EXPOWEB = '/home/mjg/expoweb' -# URL that handles the media served from MEDIA_ROOT. Make sure to use a -# trailing slash if there is a path component (optional in other cases). -# Examples: "http://media.lawrence.com", "http://example.com/media/" -MEDIA_URL = 'http://framos.lawoftheland.co.uk/troggle/site_media/' - SVX_URL = 'http://framos.lawoftheland.co.uk/troggle/survex/' PYTHON_PATH = '/home/mjg/expoweb/troggle/' +MEDIA_URL = 'http://framos.lawoftheland.co.uk/troggle/site_media/' + +MEDIA_ROOT = '/home/mjg/expoweb/troggle/media/' + URL_ROOT = "/" TEMPLATE_DIRS = (