Add a site ID and use the console e-mail backend

This commit is contained in:
Mikkel Munch Mortensen 2018-06-23 14:59:12 +02:00
parent e6d67c51a0
commit bd04b00c6d
Signed by untrusted user: decibyte
GPG Key ID: 261C257C74AA764B
1 changed files with 4 additions and 0 deletions

View File

@ -129,3 +129,7 @@ USE_TZ = True
# https://docs.djangoproject.com/en/2.0/howto/static-files/
STATIC_URL = '/static/'
SITE_ID = 1
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'