Merge branch 'release/2.0.4'

This commit is contained in:
Nathan Chapman 2022-08-05 15:58:56 -06:00
commit 629ce32659

View File

@ -10,7 +10,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
# Add Your Required Allow Host # Add Your Required Allow Host
if not DEBUG: if not DEBUG:
ALLOWED_HOSTS = [ ALLOWED_HOSTS = [
'forum.windmillapps.org', 'indici.windmillapps.org',
] ]
else: else:
ALLOWED_HOSTS = ['192.168.68.106', '127.0.0.1', 'localhost'] ALLOWED_HOSTS = ['192.168.68.106', '127.0.0.1', 'localhost']