mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-04 12:10:16 +03:00
Make the Django tests send emails using the SMTP back end so that it can be interacted with via the test.
This commit is contained in:
parent
ba5dd0c575
commit
333854c0e2
|
@ -9,6 +9,7 @@ environment_variables:
|
||||||
DATABASE_URL: postgres://{{cookiecutter.repo_name}}:password@127.0.0.1:15432/{{cookiecutter.repo_name}}
|
DATABASE_URL: postgres://{{cookiecutter.repo_name}}:password@127.0.0.1:15432/{{cookiecutter.repo_name}}
|
||||||
SECRET_KEY: cj5^uos4tfCdfghjkf5hq$9$(@-79^e9&x$3vyf#igvsfm4d=+
|
SECRET_KEY: cj5^uos4tfCdfghjkf5hq$9$(@-79^e9&x$3vyf#igvsfm4d=+
|
||||||
CELERY_BROKER_URL: redis://localhost:16379
|
CELERY_BROKER_URL: redis://localhost:16379
|
||||||
|
DJANGO_EMAIL_BACKEND: django.core.mail.backends.smtp.EmailBackend
|
||||||
window_size:
|
window_size:
|
||||||
width: 450
|
width: 450
|
||||||
height: 450
|
height: 450
|
||||||
|
|
Loading…
Reference in New Issue
Block a user