diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:17:50 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:17:50 +0100 |
commit | a357f5adab739de3ca3e8e0987f5c9d8890f6121 (patch) | |
tree | 6e14a9312a1fb8c6a4e9b33fcae4ce28896310fd /localsettingswindows.py | |
parent | 3caae604b3625fb6208d5de7030addf52ff9d9ca (diff) | |
download | troggle-a357f5adab739de3ca3e8e0987f5c9d8890f6121.tar.gz troggle-a357f5adab739de3ca3e8e0987f5c9d8890f6121.tar.bz2 troggle-a357f5adab739de3ca3e8e0987f5c9d8890f6121.zip |
[svn] Moved templates and python path into the various localsettings files
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8057 by julian @ 11/2/2008 11:22 PM
Diffstat (limited to 'localsettingswindows.py')
-rw-r--r-- | localsettingswindows.py | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/localsettingswindows.py b/localsettingswindows.py index 2ac583b..a5a1c77 100644 --- a/localsettingswindows.py +++ b/localsettingswindows.py @@ -7,4 +7,13 @@ DATABASE_PORT = '' # Set to empty string for default. Not used with SURVEX_DATA = 'c:\\Expo\\loser\\'
CAVERN = '"C:\\Program Files\\Survex\\cavern"'
-EXPOWEB = 'C:\\Expo\\expoweb\\'
\ No newline at end of file +EXPOWEB = 'C:\\Expo\\expoweb\\'
+
+PYTHON_PATH = 'C:\\expoweb\\troggle\\'
+
+TEMPLATE_DIRS = (
+ "c:/expoweb/troggle/templates",
+ # 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.
+)
\ No newline at end of file |