Adding hostname for testing access

This commit is contained in:
Michael Bergbauer 2025-05-09 14:05:34 +02:00
parent 50324f190b
commit 3af6652e68

View File

@ -27,7 +27,7 @@ SECRET_KEY = 'django-insecure-tulz*odc=l1x(g^-=ne!y7^@lg1uce)=ha^!0wi5qkifq&#^sg
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
ALLOWED_HOSTS = [ "albani.sternbauer.de" ]
# Application definition