Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaYousefpourM authored Jan 14, 2025
1 parent 3175043 commit 3777025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/aaiss_backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
DEFAULT_FROM_EMAIL = env.str('DEFAULT_FROM_EMAIL', '[email protected]')
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'
Expand Down

0 comments on commit 3777025

Please sign in to comment.