Remove another comment about ALLOWED_HOSTS

We already removed this one from the place where it matters most, i.e. the
recommended template.

The key bit of info is: the hard bit is in doing this for HTTPS/SSL, because
in that case you don't have a certificate (it could be for any web address).
Details are in the website's repo, in templates/production-install.html.
This commit is contained in:
Klaas van Schelven
2024-09-04 09:14:03 +02:00
parent e18cdac8ea
commit dfcfb41ea9

View File

@@ -19,8 +19,6 @@ INTERNAL_IPS = [
"127.0.0.1",
]
# TODO monitor https://stackoverflow.com/questions/78476951/why-not-just-set-djangos-allowed-hosts-to
# (also for create_example_conf.py)
ALLOWED_HOSTS = ["*"]
if not I_AM_RUNNING == "TEST":