django-saml2-auth
django-saml2-auth copied to clipboard
disable django.contrib.admin
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.