From e788d19182c9c3530003cf9a0af9cdb13d9a96d8 Mon Sep 17 00:00:00 2001 From: CodeWizardette Date: Sat, 26 Aug 2023 17:23:29 +0300 Subject: [PATCH] main --- envanter/envanter/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envanter/envanter/settings.py b/envanter/envanter/settings.py index 772a315..2dd1160 100644 --- a/envanter/envanter/settings.py +++ b/envanter/envanter/settings.py @@ -20,7 +20,7 @@ # See https://docs.djangoproject.com/en/3.2/howto/deployment/checklist/ -ALLOWED_HOSTS = [37.148.211.112] +ALLOWED_HOSTS = ['37.148.211.112'] # Application definition