Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
roomlist
Commits
ddb1a4e3
Commit
ddb1a4e3
authored
Oct 14, 2016
by
Daniel W Bond
Browse files
configured the development email backend to send emails to stdout
parent
ca44c2d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/settings/settings.py
View file @
ddb1a4e3
...
...
@@ -203,3 +203,6 @@ CACHES = {
PIWIK_DOMAIN_PATH
=
'piwik.example.com'
# set piwik server site id (piwik can track multiple websites)
PIWIK_SITE_ID
=
1
# email for the development environment
EMAIL_BACKEND
=
'django.core.mail.backends.console.EmailBackend'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment