File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 85
85
'django_filters' ,
86
86
'bootstrap4' ,
87
87
'django_pam' ,
88
+ 'hijack' ,
89
+ 'hijack.contrib.admin' ,
88
90
#'core',
89
91
]
90
92
96
98
'django.contrib.auth.middleware.AuthenticationMiddleware' ,
97
99
'django.contrib.messages.middleware.MessageMiddleware' ,
98
100
'django.middleware.clickjacking.XFrameOptionsMiddleware' ,
101
+ 'hijack.middleware.HijackUserMiddleware' ,
99
102
]
100
103
101
104
ROOT_URLCONF = 'bil_site.urls'
Original file line number Diff line number Diff line change 25
25
path ('admin/' , admin .site .urls ),
26
26
path ('accounts/' , include ('django.contrib.auth.urls' )),
27
27
path ('' , RedirectView .as_view (url = '/ingest/' )),
28
+ path ('hijack/' , include ('hijack.urls' )),
28
29
] + static (settings .STATIC_URL , document_root = settings .STATIC_ROOT )
You can’t perform that action at this time.
0 commit comments