Use allauth basics #2

Merged
decibyte merged 4 commits from feature/login-and-stuff into master 2018-06-23 13:25:38 +00:00
Showing only changes of commit bd04b00c6d - Show all commits

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'