django-saml2-auth icon indicating copy to clipboard operation
django-saml2-auth copied to clipboard

Do not force me to use the Django admin

Open cochiseruhulessin opened this issue 6 years ago • 1 comments

No production system that matters exposes the Django Admin. Thanks.

cochiseruhulessin avatar Jul 19 '19 13:07 cochiseruhulessin

We had the same requirement. We smartly using Nginx and Azure LB in front of our docker Django containers.

We have blocked Django Admin from the Nginx over https. Hope this helps!

amitdctm avatar Aug 30 '19 09:08 amitdctm