fix ALLOWED_HOSTS
This commit is contained in:
SDE
2023-08-02 16:55:43 +03:00
parent 406d7f7bc6
commit b2e218b064
4 changed files with 31 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-)q52-&03erd#(n#yje^)26^q8$jimfc154lhpu@cc8n*%kay^(
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
ALLOWED_HOSTS = ["*"]
# Application definition