mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Set allauth email subject prefix (#5278)
* change email subject prefix variable name in settings * Update {{cookiecutter.project_slug}}/config/settings/production.py Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com> --------- Co-authored-by: Alex Kanavos <alexkanv@gmail.com> Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
This commit is contained in:
parent
ac990f6524
commit
8431c36225
|
@ -222,6 +222,7 @@ EMAIL_SUBJECT_PREFIX = env(
|
|||
"DJANGO_EMAIL_SUBJECT_PREFIX",
|
||||
default="[{{cookiecutter.project_name}}] ",
|
||||
)
|
||||
ACCOUNT_EMAIL_SUBJECT_PREFIX = EMAIL_SUBJECT_PREFIX
|
||||
|
||||
# ADMIN
|
||||
# ------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user