modified: mysite/settings.py

This commit is contained in:
Acid
2026-02-28 20:28:01 -05:00
parent 68e9725e79
commit 01a74655e5
+1 -8
View File
@@ -29,14 +29,7 @@ SECRET_KEY = os.getenv('DJANGO_KEY')
DEBUG = False DEBUG = False
# Allow hosts from env, otherwise fall back to common local/dev hosts. # Allow hosts from env, otherwise fall back to common local/dev hosts.
ALLOWED_HOSTS = [ ALLOWED_HOSTS = ['*']
'localhost',
'127.0.0.1',
'0.0.0.0',
'192.168.1.180',
'acidarchon.com',
'www.acidarcon.com',
]
# Application definition # Application definition