update allowed host

This commit is contained in:
Mohamed Nouffer
2021-12-07 13:37:46 +05:30
parent 4803da91b3
commit e5e3f670e9

View File

@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-#-a9k=#&y3e&a&@%rn7mhl@fk3smxceqh^@1)#9t@c-qzx&k^b
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True DEBUG = True
ALLOWED_HOSTS = [] ALLOWED_HOSTS = ['aiworks.intranet.sumasen.net',]
# Application definition # Application definition