I'd like to authenticate users with django-saml2-auth to a single path e.g. /test and not using it for creating django users. Basically I'd like to disable django.contrib.admin completely. Removing admin urls from urlpatterns in urls.py doesn't work. Any ideas?
Hi,
I'd like to authenticate users with django-saml2-auth to a single path e.g. /test and not using it for creating django users. Basically I'd like to disable django.contrib.admin completely. Removing admin urls from urlpatterns in urls.py doesn't work. Any ideas?
Cheers! M.