last expanduser removal

This commit is contained in:
Thomas Maddox 2013-04-29 13:21:07 -05:00
parent ffb2074ee0
commit 6fa8044625

View File

@ -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