Skip to content

Commit

Permalink
Set allauth email subject prefix (#5278)
Browse files Browse the repository at this point in the history
* change email subject prefix variable name in settings

* Update {{cookiecutter.project_slug}}/config/settings/production.py

Co-authored-by: Bruno Alla <[email protected]>

---------

Co-authored-by: Alex Kanavos <[email protected]>
Co-authored-by: Bruno Alla <[email protected]>
  • Loading branch information
3 people authored Sep 17, 2024
1 parent ac990f6 commit 8431c36
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
"DJANGO_EMAIL_SUBJECT_PREFIX",
default="[{{cookiecutter.project_name}}] ",
)
ACCOUNT_EMAIL_SUBJECT_PREFIX = EMAIL_SUBJECT_PREFIX
# ADMIN
# ------------------------------------------------------------------------------
Expand Down

0 comments on commit 8431c36

Please sign in to comment.