mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-19 17:41:53 +00:00
Fix quote marks
This commit is contained in:
parent
7e048c8942
commit
9ee47dab78
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ class Local(Common):
|
|||
# END INSTALLED_APPS
|
||||
|
||||
# Mail settings
|
||||
EMAIL_HOST = "localhost"
|
||||
EMAIL_HOST = 'localhost'
|
||||
EMAIL_PORT = 1025
|
||||
EMAIL_BACKEND = values.Value('django.core.mail.backends.console.EmailBackend')
|
||||
# End mail settings
|
||||
|
|
|
|||
Loading…
Reference in a new issue