How to add authentication to a Django custom admin view?
I created a custom admin view in django for one of the models. But the url is available to anyone who is not logged it.
I created a custom admin view in django for one of the models. But the url is available to anyone who is not logged it.