aboutsummaryrefslogtreecommitdiffstats
path: root/config/settings/local.py
diff options
context:
space:
mode:
Diffstat (limited to 'config/settings/local.py')
-rw-r--r--config/settings/local.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/settings/local.py b/config/settings/local.py
index 07f38f9..9174857 100644
--- a/config/settings/local.py
+++ b/config/settings/local.py
@@ -14,7 +14,7 @@ SECRET_KEY = env(
default="4MZuqVXy7rToppiUhiTBxzlQH8OxPDDmu4rsTqFiyAyLF50WPBVzX5ZFBLpwJPyY",
)
# https://docs.djangoproject.com/en/dev/ref/settings/#allowed-hosts
-ALLOWED_HOSTS = ["localhost", "0.0.0.0", "127.0.0.1"] # noqa: S104
+ALLOWED_HOSTS = ["*"] # noqa: S104
# CACHES
# ------------------------------------------------------------------------------