feat: use django-hijack to switch user accounts

Resolves #74
This commit is contained in:
James Graham
2021-02-08 14:40:37 +00:00
parent f4bd9a0cef
commit 9164ea8a05
5 changed files with 29 additions and 1 deletions

View File

@@ -25,6 +25,9 @@ urlpatterns = [
path('select2/',
include('django_select2.urls')),
path('hijack/',
include('hijack.urls', namespace='hijack')),
path('',
include('django.contrib.auth.urls')),