allowed host

This commit is contained in:
Administrator 2022-08-22 14:54:29 +03:00
parent 0e9ce6e2f8
commit 32967b3ea9

View File

@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-$x=irhk3ts1ae%b+kpr+g%mk3v$eb++^0eh(eg0)+-hb+ane82
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['*']
# Application definition