From 3343111e34ff71955fdba618ee2abb1a51524d91 Mon Sep 17 00:00:00 2001 From: sysadminix Date: Mon, 10 Oct 2022 18:32:09 +0300 Subject: [PATCH] settings.py correct --- bodymindcare/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bodymindcare/settings.py b/bodymindcare/settings.py index 39de9bd..c091674 100644 --- a/bodymindcare/settings.py +++ b/bodymindcare/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-p(@*e809&=az!174fe2cc*&%kfc4er267#u)2i@yf_fo!3jo_i # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [222] +ALLOWED_HOSTS = [] # Application definition