From 3175043b2d0f7886efb5dd2b4f98a0f2ea64e39c Mon Sep 17 00:00:00 2001 From: AlirezaYousefpour <93353496+AlirezaYousefpourM@users.noreply.github.com> Date: Tue, 14 Jan 2025 22:29:17 +0330 Subject: [PATCH 1/2] Update registration_email.html --- backend/templates/html/registration_email.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/templates/html/registration_email.html b/backend/templates/html/registration_email.html index 4d5ca83..79479df 100644 --- a/backend/templates/html/registration_email.html +++ b/backend/templates/html/registration_email.html @@ -6,7 +6,7 @@ -
You've registered to aaiss.ir, to complete your registration click on the link below:
+
You've registered to autaaiss.com, to complete your registration click on the link below:
Click to activate your account @@ -14,4 +14,4 @@ - \ No newline at end of file + From 3777025b194ec94cdbb70e482322d82f9099a719 Mon Sep 17 00:00:00 2001 From: AlirezaYousefpour <93353496+AlirezaYousefpourM@users.noreply.github.com> Date: Tue, 14 Jan 2025 22:30:02 +0330 Subject: [PATCH 2/2] Update settings.py --- backend/aaiss_backend/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/aaiss_backend/settings.py b/backend/aaiss_backend/settings.py index 91ea51e..a9e8c2b 100644 --- a/backend/aaiss_backend/settings.py +++ b/backend/aaiss_backend/settings.py @@ -182,7 +182,7 @@ DEFAULT_FROM_EMAIL = env.str('DEFAULT_FROM_EMAIL', 'aaiss.ce.2024@gmail.com') ENABLE_SENDING_EMAIL = env.bool('ENABLE_SENDING_EMAIL', True) -BASE_URL = env.str('BASE_URL', 'https://aaiss.ir/') +BASE_URL = env.str('BASE_URL', 'https://autaaiss.com/') # https://docs.djangoproject.com/en/4.2/releases/3.2/#customizing-type-of-auto-created-primary-keys DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'