last expanduser removal
This commit is contained in:
parent
ffb2074ee0
commit
6fa8044625
@ -19,7 +19,7 @@ except ImportError:
|
|||||||
db_username = os.environ['STACKTACH_DB_USERNAME']
|
db_username = os.environ['STACKTACH_DB_USERNAME']
|
||||||
db_password = os.environ['STACKTACH_DB_PASSWORD']
|
db_password = os.environ['STACKTACH_DB_PASSWORD']
|
||||||
db_port = os.environ.get('STACKTACH_DB_PORT', "")
|
db_port = os.environ.get('STACKTACH_DB_PORT', "")
|
||||||
install_dir = os.path.expanduser(os.environ['STACKTACH_INSTALL_DIR'])
|
install_dir = os.environ['STACKTACH_INSTALL_DIR']
|
||||||
|
|
||||||
DEBUG = False
|
DEBUG = False
|
||||||
TEMPLATE_DEBUG = DEBUG
|
TEMPLATE_DEBUG = DEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user