Skip to content

Commit 300a855

Browse files
committed
Add 0.0.0.0 to ALLOWED_HOSTS
1 parent b813590 commit 300a855

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tin/settings/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
ALLOWED_HOSTS = [
3434
"127.0.0.1",
3535
"localhost",
36+
"0.0.0.0",
3637
"tin",
3738
"tin.tjhsst.edu",
3839
"tin.csl.tjhsst.edu",
@@ -42,6 +43,7 @@
4243
INTERNAL_IPS = [
4344
"127.0.0.1",
4445
"localhost",
46+
"0.0.0.0",
4547
]
4648

4749

0 commit comments

Comments
 (0)