diff --git a/dr_botzo/settings.py b/dr_botzo/settings.py index 7afc1d5..b9cefa0 100644 --- a/dr_botzo/settings.py +++ b/dr_botzo/settings.py @@ -80,3 +80,10 @@ USE_TZ = True # https://docs.djangoproject.com/en/1.6/howto/static-files/ STATIC_URL = '/static/' + +try: + from dr_botzo.localsettings import * +except ImportError: + print("WARNING: no localsettings.py found!") + +# vi:tabstop=4:expandtab:autoindent