forked from expo/troggle
Move expo user settings out of databasereset.py to localsettings where they really belong
This commit is contained in:
@@ -9,6 +9,10 @@ DATABASES = {
|
||||
}
|
||||
}
|
||||
|
||||
EXPOUSER = 'expo'
|
||||
EXPOUSERPASS = 'realpasshere'
|
||||
EXPOUSER_EMAIL = 'wookey@wookware.org'
|
||||
|
||||
SURVEX_DATA = 'c:\\Expo\\loser\\'
|
||||
CAVERN = 'cavern'
|
||||
THREEDTOPOS = '3dtopos'
|
||||
|
||||
Reference in New Issue
Block a user