From 1af2c42d9436cbdd18e2ae6ebd08b73fc4305a92 Mon Sep 17 00:00:00 2001 From: PouyaKhajavi Date: Sun, 9 Aug 2026 10:20:10 +0330 Subject: [PATCH] chore: update gitignore rules and set timezone to Asia/Tehran --- .gitignore | 5 +++++ backend/config/settings.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 876fde2..536c3c6 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,8 @@ product-scenario.md project-architecture.md next-steps.md +# Scratch & Debug files +scratch/ +*divar*.json + + diff --git a/backend/config/settings.py b/backend/config/settings.py index 41fd2fc..2227e98 100644 --- a/backend/config/settings.py +++ b/backend/config/settings.py @@ -118,7 +118,7 @@ AUTH_PASSWORD_VALIDATORS = [ LANGUAGE_CODE = 'en-us' -TIME_ZONE = 'UTC' +TIME_ZONE = 'Asia/Tehran' USE_I18N = True