check status every time a login required view is accessed in django -
i have status delinquent users. if user has status type number of reasons, not want them access views login required.
how implemented in django? override login_required annotation? can point me in right direction?
in case make decorator @login_required
in django. send great question shows how this. here link.
Comments
Post a Comment