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
Post a Comment