Browse Source

chore: update gitignore rules and set timezone to Asia/Tehran

master
PouyaKhajavi 1 day ago
parent
commit
1af2c42d94
  1. 5
      .gitignore
  2. 2
      backend/config/settings.py

5
.gitignore

@ -51,3 +51,8 @@ product-scenario.md
project-architecture.md
next-steps.md
# Scratch & Debug files
scratch/
*divar*.json

2
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

Loading…
Cancel
Save