From 6ca57334313a9e037a6c655c170bfd7b066d52c0 Mon Sep 17 00:00:00 2001 From: Amir Date: Mon, 12 May 2025 22:51:59 +0200 Subject: [PATCH] site-domain quick fix --- backend/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/settings.py b/backend/settings.py index 7da5b19..ecea262 100644 --- a/backend/settings.py +++ b/backend/settings.py @@ -37,8 +37,8 @@ DEBUG = config('DEBUG', default=False, cast=bool) ALLOWED_HOSTS = config('ALLOWED_HOSTS', default=[], cast=Csv()) -#SITE_DOMAIN = "http://64.226.105.114" -SITE_DOMAIN = "http://127.0.0.1:8000" +SITE_DOMAIN = "http://64.226.105.114" +#SITE_DOMAIN = "http://127.0.0.1:8000" # Application definition