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
5823c0bdc8
commit
b857123964
|
@ -9,6 +9,7 @@ environment_variables:
|
|||
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=+
|
||||
CELERY_BROKER_URL: redis://localhost:16379
|
||||
DJANGO_EMAIL_BACKEND: django.core.mail.backends.smtp.EmailBackend
|
||||
window_size:
|
||||
width: 450
|
||||
height: 450
|
||||
|
|
Loading…
Reference in New Issue
Block a user