diff --git a/localsettingsubuntu.py b/localsettingsubuntu.py index 22d3d2c..718af0e 100644 --- a/localsettingsubuntu.py +++ b/localsettingsubuntu.py @@ -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_NAME = 'troggle' # Or path to database file if using 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. 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' -EXPOWEB = '/home/goatchurch/expoweb' -URL_ROOT = '/troggle/' +EXPOWEB = '/home/goatchurch/expoweb/' +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 = ( "/home/goatchurch/expoweb/troggle/templates",