forked from expo/troggle
[svn] backup settings
This commit is contained in:
parent
c2a72ab4f1
commit
05e7b1d456
@ -1,3 +1,5 @@
|
|||||||
|
# this file is copied from localsettingsserver.py or localsettingsubuntu.py to get you set off
|
||||||
|
|
||||||
DATABASE_ENGINE = 'mysql' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
|
DATABASE_ENGINE = 'mysql' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
|
||||||
DATABASE_NAME = 'troggle' # Or path to database file if using sqlite3.
|
DATABASE_NAME = 'troggle' # Or path to database file if using sqlite3.
|
||||||
DATABASE_USER = 'troggler3' # Not used with sqlite3.
|
DATABASE_USER = 'troggler3' # Not used with sqlite3.
|
||||||
@ -6,10 +8,29 @@ DATABASE_HOST = '' # Set to empty string for localhost. Not used wit
|
|||||||
DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3.
|
DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3.
|
||||||
PYTHON_PATH = '/home/goatchurch/expoweb/troggle/'
|
PYTHON_PATH = '/home/goatchurch/expoweb/troggle/'
|
||||||
|
|
||||||
SURVEX_DATA = '/home/goatchurch/loser/'
|
SURVEX_DATA = '/home/goatchurch/tunnel/cucc/loser/'
|
||||||
|
SURVEYS = '/home/goatchurch/tunnel/cucc/surveys'
|
||||||
|
|
||||||
CAVERN = 'cavern'
|
CAVERN = 'cavern'
|
||||||
EXPOWEB = '/home/goatchurch/expoweb'
|
EXPOWEB = '/home/goatchurch/expoweb/'
|
||||||
URL_ROOT = '/troggle/'
|
SURVEYS_URL = ''
|
||||||
|
|
||||||
|
SURVEY_SCANS = '/home/goatchurch/tunnel/cucc/surveys/surveyscans'
|
||||||
|
|
||||||
|
LOGFILE = '/home/goatchurch/expoweb/parsing_log.txt'
|
||||||
|
|
||||||
|
PHOTOS = '/home/goatchurch/expoweb/photos'
|
||||||
|
|
||||||
|
# going to survey files (needs better name)
|
||||||
|
#FILES = "http://framos.lawoftheland.co.uk/troggle/survey_files/"
|
||||||
|
FILES = "/home/goatchurch/tunnel/cucc/surveys"
|
||||||
|
|
||||||
|
|
||||||
|
MEDIA_URL = '/site_media/'
|
||||||
|
#URL_ROOT = '/troggle/'
|
||||||
|
MEDIA_ROOT = '/home/goatchurch/expoweb/troggle/media/'
|
||||||
|
|
||||||
|
URL_ROOT = 'http://127.0.0.1:8000'
|
||||||
|
|
||||||
TEMPLATE_DIRS = (
|
TEMPLATE_DIRS = (
|
||||||
"/home/goatchurch/expoweb/troggle/templates",
|
"/home/goatchurch/expoweb/troggle/templates",
|
||||||
|
Loading…
Reference in New Issue
Block a user