2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-23 07:41:52 +00:00
This commit is contained in:
olly 2013-08-08 15:48:10 +02:00
commit 6b4ea7b83e

View File

@ -4,11 +4,11 @@ sys.path.append("/home/expo/troggle")
DATABASES = { DATABASES = {
'default': { 'default': {
'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'. 'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
'NAME': 'troggle', # Or path to database file if using sqlite3. 'NAME': 'troggle', # Or path to database file if using sqlite3.
'USER': 'expo', # Not used with sqlite3. 'USER': 'undemocracy', # Not used with sqlite3.
'PASSWORD': 'gosser', # Not used with sqlite3. 'PASSWORD': 'aiGohsh5', # Not used with sqlite3.
'HOST': '', # Set to empty string for localhost. Not used with sqlite3. 'HOST': '', # Set to empty string for localhost. Not used with sqlite3.
'PORT': '', # Set to empty string for default. Not used with sqlite3. 'PORT': '', # Set to empty string for default. Not used with sqlite3.
} }
} }
@ -30,8 +30,6 @@ FILES = '/home/expo/expoimages'
EXPOWEB_URL = 'http://expo.survex.com/' EXPOWEB_URL = 'http://expo.survex.com/'
MMMMC_DIR = "/home/expo/mmmc"
SURVEYS_URL = 'http://expo.survex.com/survey_scans/' SURVEYS_URL = 'http://expo.survex.com/survey_scans/'
PYTHON_PATH = '/home/expo/troggle/' PYTHON_PATH = '/home/expo/troggle/'