From e5e3f670e9ae06dcab4c14308e5891047d34e81e Mon Sep 17 00:00:00 2001 From: Mohamed Nouffer Date: Tue, 7 Dec 2021 13:37:46 +0530 Subject: [PATCH] update allowed host --- ocr/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocr/settings.py b/ocr/settings.py index 283cf4f..74065a5 100644 --- a/ocr/settings.py +++ b/ocr/settings.py @@ -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! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['aiworks.intranet.sumasen.net',] # Application definition