Added allowed hosts

This commit is contained in:
Fergal Moran
2013-04-15 17:53:00 +01:00
parent 3fc636f998
commit f1520889db

View File

@@ -22,7 +22,7 @@ ADMINS = (
MANAGERS = ADMINS
AUTH_PROFILE_MODULE = 'spa.UserProfile'
ALLOWED_HOSTS = localsettings.ALLOWED_HOSTS if hasattr(localsettings, 'ALLOWED_HOSTS') else []
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',