Set allowed hosts

This commit is contained in:
Maximilian Friedersdorff 2024-06-27 19:37:13 +01:00
parent fbd3ae93a0
commit affeb5e00c

View file

@ -7,3 +7,5 @@ DATABASES = {
}
DEBUG = False
ALLOWED_HOSTS = ["beer.gwairfelin.com"]