Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit d4b1391

Browse files
committed
fix conflicts
2 parents 7253bed + a70ec22 commit d4b1391

File tree

3 files changed

+75
-93
lines changed

3 files changed

+75
-93
lines changed

{{cookiecutter.project_slug}}/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.terraform
2+
.idea/
23
staticfiles/
34
postgres-data/
45

{{cookiecutter.project_slug}}/Pipfile.lock

Lines changed: 70 additions & 93 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/settings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,10 @@
235235
EMAIL_PORT = 587
236236
EMAIL_USE_TLS = True
237237

238+
DEFAULT_FROM_EMAIL = env.str(
239+
"DEFAULT_FROM_EMAIL", "{{cookiecutter.project_name}} Support <support@{{cookiecutter.custom_domain}}>"
240+
)
241+
238242

239243
# AWS S3 config
240244
AWS_ACCESS_KEY_ID = env.str("AWS_ACCESS_KEY_ID", "")

0 commit comments

Comments
 (0)