Skip to content

Commit 5359505

Browse files
committed
Use wildcard for allowed hosts for example
1 parent cc4dfb5 commit 5359505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_project/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
DEBUG = True
2727

28-
ALLOWED_HOSTS = ["0.0.0.0", "127.0.0.1"] # nosec
28+
ALLOWED_HOSTS = ["*"] # nosec
2929

3030
# Application definition
3131

0 commit comments

Comments
 (0)