2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 07:11:52 +00:00

[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
This commit is contained in:
substantialnoninfringinguser 2009-05-13 05:17:50 +01:00
parent 3caae604b3
commit a357f5adab
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

@ -8,3 +8,12 @@ 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\\'
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.
)