normal django localsettings.py import thing
This commit is contained in:
parent
23173c6fac
commit
6d85a580f3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue