Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project_name/__local_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
SECRET_KEY = ''

if DEBUG:
# Show emails in the console during developement.
# Show emails in the console during development.
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
2 changes: 1 addition & 1 deletion project_name/local_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
SECRET_KEY = '{{ secret_key }}'

if DEBUG:
# Show emails in the console during developement.
# Show emails in the console during development.
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'