Message ID | 20110905145912.32242.77622.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_server/settings/debian.py' --- lava_server/settings/debian.py 2011-07-12 15:06:26 +0000 +++ lava_server/settings/debian.py 2011-09-05 14:57:05 +0000 @@ -13,6 +13,9 @@ 'default': debian_settings.default_database } +# Load debug settings from the configuration file +DEBUG = debian_settings.DEBUG + # Load secret key from Debian integration SECRET_KEY = debian_settings.SECRET_KEY