Skip to content

Commit 42b3fe9

Browse files
author
Hongbin Huang
committed
fix: ALLOWED_HOSTS changes
1 parent 610b23d commit 42b3fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/settings/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@
7272
"THROTTLE_RATES": {"user": None, "anon": None},
7373
}
7474

75-
ALLOWED_HOSTS = env.list("DJANGO_ALLOWED_HOSTS", default="*")
75+
ALLOWED_HOSTS = env.list("DJANGO_ALLOWED_HOSTS", default=["*"])

0 commit comments

Comments
 (0)