Add missing trailing space in EMAIL_SUBJECT_PREFIX

This commit is contained in:
tildebox 2023-07-02 15:42:57 +02:00 committed by GitHub
parent 72a11fdf68
commit 23f64614f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,7 +146,7 @@ SERVER_EMAIL = env("DJANGO_SERVER_EMAIL", default=DEFAULT_FROM_EMAIL)
# https://docs.djangoproject.com/en/dev/ref/settings/#email-subject-prefix
EMAIL_SUBJECT_PREFIX = env(
"DJANGO_EMAIL_SUBJECT_PREFIX",
default="[{{cookiecutter.project_name}}]",
default="[{{cookiecutter.project_name}}] ",
)
# ADMIN