mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-27 01:32:03 +00:00
[svn r8310] Temporary fix for double slash problem
This commit is contained in:
parent
d4bf076890
commit
4ce8ca0a5e
@ -1,5 +1,6 @@
|
|||||||
from localsettings import *
|
from localsettings import *
|
||||||
import os
|
import os
|
||||||
|
import urllib
|
||||||
# Django settings for troggle project.
|
# Django settings for troggle project.
|
||||||
|
|
||||||
DEBUG = True
|
DEBUG = True
|
||||||
@ -34,7 +35,7 @@ USE_I18N = True
|
|||||||
# Examples: "http://foo.com/media/", "/media/".
|
# Examples: "http://foo.com/media/", "/media/".
|
||||||
ADMIN_MEDIA_PREFIX = '/troggle/media-admin/'
|
ADMIN_MEDIA_PREFIX = '/troggle/media-admin/'
|
||||||
PHOTOS_ROOT = os.path.join(EXPOWEB, 'photos')
|
PHOTOS_ROOT = os.path.join(EXPOWEB, 'photos')
|
||||||
MEDIA_URL = URL_ROOT+'/site_media/'
|
MEDIA_URL = URL_ROOT+'site_media/'
|
||||||
SURVEYS_URL = URL_ROOT+'/survey_scans/'
|
SURVEYS_URL = URL_ROOT+'/survey_scans/'
|
||||||
PHOTOS_URL = URL_ROOT+'/photos/'
|
PHOTOS_URL = URL_ROOT+'/photos/'
|
||||||
SVX_URL = URL_ROOT+'/survex/'
|
SVX_URL = URL_ROOT+'/survex/'
|
||||||
|
Loading…
Reference in New Issue
Block a user