mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-26 17:21:55 +00:00
[svn r8057] Moved templates and python path into the various localsettings files
This commit is contained in:
parent
00dbc91314
commit
901c2ad3f5
@ -8,3 +8,12 @@ DATABASE_PORT = '' # Set to empty string for default. Not used with
|
|||||||
SURVEX_DATA = ''
|
SURVEX_DATA = ''
|
||||||
CAVERN = 'cavern'
|
CAVERN = 'cavern'
|
||||||
EXPOWEB = '/home/mjg/expoweb'
|
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.
|
||||||
|
)
|
||||||
|
@ -8,3 +8,12 @@ DATABASE_PORT = '' # Set to empty string for default. Not used with
|
|||||||
SURVEX_DATA = 'c:\\Expo\\loser\\'
|
SURVEX_DATA = 'c:\\Expo\\loser\\'
|
||||||
CAVERN = '"C:\\Program Files\\Survex\\cavern"'
|
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.
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user