Move expo user settings out of databasereset.py to localsettings where they really belong

This commit is contained in:
Sam Wenham
2015-07-01 01:18:25 +01:00
parent 480541ae54
commit 057b09dca9
5 changed files with 20 additions and 1 deletions

View File

@@ -14,6 +14,10 @@ DATABASES = {
}
}
EXPOUSER = 'expo'
EXPOUSERPASS = 'realpasshere'
EXPOUSER_EMAIL = 'wookey@wookware.org'
REPOS_ROOT_PATH = '/home/expo/'
sys.path.append(REPOS_ROOT_PATH)
sys.path.append(REPOS_ROOT_PATH + 'troggle')