Custom Authentication for Admin in Django -


i'm writing custom django admin site vendors log into. separate regular django admin site. question: how override admin authentication users vendor's table?

when develop own admin views, should take django´s decorators @login_required , @user_passes_test, , permission system.

so can handle user able , not. have django docs https://docs.djangoproject.com/en/1.8/topics/auth/default/

hope helps.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -