mirror of
https://github.com/wahyd4/links.git
synced 2026-08-09 05:06:16 +10:00
Update allow hosts
This commit is contained in:
@@ -52,7 +52,7 @@ TEMPLATES = [
|
||||
# 添加以下基本设置(如果尚未存在)
|
||||
SECRET_KEY = 'your-secret-key-here' # 请更改为一个安全的随机值
|
||||
DEBUG = True
|
||||
ALLOWED_HOSTS = []
|
||||
ALLOWED_HOSTS = ['*']
|
||||
|
||||
# 数据库设置(使用默认的SQLite配置)
|
||||
DATABASES = {
|
||||
|
||||
Reference in New Issue
Block a user