Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Merge branch 'predev' into remove-email
  • Loading branch information
tapaswenipathak authored Dec 16, 2018
commit ab8fdb3d5562a7efb52472d21ee1c1cd0a00395c
3 changes: 2 additions & 1 deletion oshc/oshc/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@

if DEBUG:
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'


EMAIL_USE_TLS = True
LOGIN_REDIRECT_URL = "/"

CRISPY_TEMPLATE_PACK = 'bootstrap3'
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.