diff options
| author | Caine <caine@jihakuz.xyz> | 2026-04-02 23:23:20 +0100 |
|---|---|---|
| committer | Caine <caine@jihakuz.xyz> | 2026-04-02 23:23:20 +0100 |
| commit | 520789d3615ecbf335f4fec1c2507a639f0a89e6 (patch) | |
| tree | d4520353c2c909d190a83ca4704fd0dd85e66116 | |
| parent | 557758b188d58a2e00114be21a2e27864db3edea (diff) | |
| -rw-r--r-- | food_project/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/food_project/settings.py b/food_project/settings.py index 80171df..05035af 100644 --- a/food_project/settings.py +++ b/food_project/settings.py @@ -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 |
