Added a call to local_settings

This commit is contained in:
2012-04-29 23:46:19 +01:00
parent 7c4aac37ba
commit 93774b115d

View File

@@ -157,3 +157,8 @@ LOGGING = {
LOGIN_URL = '/login'
LOGIN_REDIRECT_URL = '/'
try:
from .local_settings import *
except ImportError:
pass