更改访问权限

This commit is contained in:
Xiaofeng 2025-05-20 14:23:27 +08:00
parent 83f8dd931e
commit 2e1bc5e043

View File

@ -27,7 +27,7 @@ SECRET_KEY = 'django-insecure-6#we0eu(p&%ejp^=vmig!43m#+@k5rsb3zv^6%623uk&e#zzgl
# 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