fix allowed hosts

This commit is contained in:
tsb 2024-12-19 00:32:13 -10:00
parent 1d8a432d95
commit 46fd84442b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ SECRET_KEY = 'django-insecure-q_$lvms3r!+meum_0o&b^#vkf75+sy!kax9v^pyr@fipj6&2$a
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = ['localhost', '.taylorberukoff.dev', 'babytracker.taylorberukoff.dev', '72.235.32.92' ]
ALLOWED_HOSTS = ['localhost', '.babytracker.taylorberukoff.dev', 'babytracker.taylorberukoff.dev', '72.235.32.92' ]
# Application definition