Add food.tomflux.xyz to ALLOWED_HOSTS

This commit is contained in:
Caine
2026-04-02 23:23:20 +01:00
parent d0de1b44ea
commit e65dd6f29c
+1 -1
View File
@@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-4v$$nwxx6)+2yz%$8c@+kocm#op1cjm*688np#)z$b_6crvub*
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = ['localhost', '127.0.0.1', 'food.jihakuz.xyz']
ALLOWED_HOSTS = ['localhost', '127.0.0.1', 'food.jihakuz.xyz', 'food.tomflux.xyz']
# Application definition