allow any host to access gui

This commit is contained in:
Alejandro Diaz 2023-09-11 20:34:00 -06:00
parent 101efdeb88
commit 1cc8bccf0a

View file

@ -25,7 +25,7 @@ SECRET_KEY = 'okxix74jvuc0n6ia-i#!(1vf_a(dq)&-b)(an7nh2od@8z@tvw'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['*']
# Application definition