Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 230 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 230 Bytes

migrate the app

add this to authentication backend

AUTHENTICATION_BACKENDS = [ 'django.contrib.auth.backends.ModelBackend', 'seconduser.backends.SecondUserAuth', ]

extend into a model

EMAIL_SENDER in settings

urls