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:
parent
3caae604b3
commit
a357f5adab
@ -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.
|
||||||
|
)
|
||||||
|
@ -7,4 +7,13 @@ 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