From a8d6e3067fdc44c89fcc818547bf64c37a999e67 Mon Sep 17 00:00:00 2001 From: Amir Date: Fri, 20 Jun 2025 01:08:35 +0200 Subject: [PATCH] changed domain to be on dev server --- backend/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/settings.py b/backend/settings.py index 19eeeb4..412c374 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://risklet.kompanijabroj4.com" -SITE_DOMAIN = "http://127.0.0.1:8000" +SITE_DOMAIN = "http://risklet.kompanijabroj4.com" +#SITE_DOMAIN = "http://127.0.0.1:8000" # Application definition