forked from expo/troggle
[svn] Temporary fix for double slash problem
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8310 by aaron @ 3/27/2009 3:58 PM
This commit is contained in:
parent
85bfd6010b
commit
72bd959b2a
@ -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