Add settings_local import to settings.py

This commit is contained in:
Gergely Polonkai 2014-06-18 12:11:02 +00:00
parent 35248dab45
commit 3d1d1e4045
1 changed files with 1 additions and 0 deletions

View File

@ -80,3 +80,4 @@ USE_TZ = True
STATIC_URL = '/static/'
from settings_local import *