diff options
Diffstat (limited to 'localsettingswindows.py')
-rw-r--r-- | localsettingswindows.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/localsettingswindows.py b/localsettingswindows.py index dfee0a5..717167f 100644 --- a/localsettingswindows.py +++ b/localsettingswindows.py @@ -11,6 +11,8 @@ EXPOWEB = 'C:\\Expo\\expoweb\\' SURVEYS = 'E:\\surveys\\'
SURVEY_SCANS = 'E:\\surveys\\surveyscans'
+EXPOWEB_URL = 'http://expo.survex.com/'
+
LOGFILE = EXPOWEB+'troggle\\parsing_log.txt'
PHOTOS = 'C:\\Expo\\expoweb\\photos'
@@ -49,4 +51,4 @@ TEMPLATE_DIRS = ( # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
# Always use forward slashes, even on Windows.
# Don't forget to use absolute paths, not relative paths.
-) +)
|