Closed tai271828 closed 2 years ago
The root cause is that "for reasons" the variable allowed_hosts" in
./gis_project/settings.py` introduces unnecessary double quotes. For example,
web_1 | ['"ohshown.site', 'localhost', '127.0.0.1', '207.154.228.24"']
Next step: I will try to figure out where the double quote comes from.
We should not use double quotes in OHSHOWN_ALLOWED_HOST
of .env
.
Click http://ohshown.site:8888/admin and django will complain.