Commit b53bea75 by Clinton Blackburn

Loading private settings for devstack users

parent 63d36819
......@@ -19,3 +19,8 @@ if os.environ.get('ENABLE_DJANGO_TOOLBAR', False):
INTERNAL_IPS = ('127.0.0.1',)
# END TOOLBAR CONFIGURATION
#####################################################################
# Lastly, see if the developer has any local overrides.
if os.path.isfile(join(dirname(abspath(__file__)), 'private.py')):
from .private import * # pylint: disable=import-error
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment