normal django localsettings.py import thing

This commit is contained in:
Brian S. Stephan 2014-03-16 09:34:39 -05:00
parent 23173c6fac
commit 6d85a580f3
1 changed files with 7 additions and 0 deletions

View File

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