modified: mysite/settings.py
This commit is contained in:
+1
-8
@@ -29,14 +29,7 @@ SECRET_KEY = os.getenv('DJANGO_KEY')
|
||||
DEBUG = False
|
||||
|
||||
# Allow hosts from env, otherwise fall back to common local/dev hosts.
|
||||
ALLOWED_HOSTS = [
|
||||
'localhost',
|
||||
'127.0.0.1',
|
||||
'0.0.0.0',
|
||||
'192.168.1.180',
|
||||
'acidarchon.com',
|
||||
'www.acidarcon.com',
|
||||
]
|
||||
ALLOWED_HOSTS = ['*']
|
||||
|
||||
|
||||
# Application definition
|
||||
|
||||
Reference in New Issue
Block a user