Browse Source

Use email console backend in dev settings

Credit to @vindarel for original feature request on bottle version :
https://github.com/JocelynDelalande/wifi-with-me/pull/27
Jocelyn Delande 9 years ago
parent
commit
57682f9bc7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      wifiwithme/settings/dev.py

+ 1 - 0
wifiwithme/settings/dev.py

@@ -10,3 +10,4 @@ try:
 except ImportError:
     pass
 
+EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'