Can login_required by applied to an entire app?

Posted by muudscope on Stack Overflow See other posts from Stack Overflow or by muudscope
Published on 2010-03-18T06:21:15Z Indexed on 2010/03/18 6:41 UTC
Read the original article Hit count: 224

Filed under:
|
|

In django, is there a way I can apply the @login_required decorator to an entire app?

© Stack Overflow or respective owner

Related posts about django

Related posts about python