mirror of
https://github.com/fergalmoran/dss.git
synced 2026-03-06 21:56:23 +00:00
Added allowed hosts
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user