[svn r8057] Moved templates and python path into the various localsettings files

This commit is contained in:
julian 2008-11-03 00:22:19 +01:00
parent 00dbc91314
commit 901c2ad3f5
2 changed files with 19 additions and 1 deletions

View File

@ -8,3 +8,12 @@ DATABASE_PORT = '' # Set to empty string for default. Not used with
SURVEX_DATA = ''
CAVERN = 'cavern'
EXPOWEB = '/home/mjg/expoweb'
PYTHON_PATH = '/home/mjg/expoweb/troggle/'
TEMPLATE_DIRS = (
"/home/mjg/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.
)

View File

@ -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\\'
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.
)