mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 03:24:01 +03:00
Fix quote marks
This commit is contained in:
parent
7e048c8942
commit
9ee47dab78
|
@ -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 New Issue
Block a user