Allow all hosts

This commit is contained in:
ack
2026-01-21 02:04:19 +03:00
parent daf734cafb
commit bb9e248c24
2 changed files with 1 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-pumnq#4_u6%i*4-@8qqmup7xwtbc&lhn_ym4u%!vd437i$k+-o
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True DEBUG = True
ALLOWED_HOSTS = [] ALLOWED_HOSTS = ['*']
# Application definition # Application definition

Binary file not shown.