Skip to content

nikonikoniko/django_seconduser

Repository files navigation

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

About

app for django to add a second user type

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published