mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-12-01 22:14:08 +03:00
Fix quote marks
This commit is contained in:
parent
7e048c8942
commit
9ee47dab78
|
@ -22,7 +22,7 @@ class Local(Common):
|
||||||
# END INSTALLED_APPS
|
# END INSTALLED_APPS
|
||||||
|
|
||||||
# Mail settings
|
# Mail settings
|
||||||
EMAIL_HOST = "localhost"
|
EMAIL_HOST = 'localhost'
|
||||||
EMAIL_PORT = 1025
|
EMAIL_PORT = 1025
|
||||||
EMAIL_BACKEND = values.Value('django.core.mail.backends.console.EmailBackend')
|
EMAIL_BACKEND = values.Value('django.core.mail.backends.console.EmailBackend')
|
||||||
# End mail settings
|
# End mail settings
|
||||||
|
|
Loading…
Reference in New Issue
Block a user