Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
For example, write middleware stackoverflow.com/questions/2164069/best-way-to-make-djangos-login-required-the-default
What's so hard about adding a decorator to a function? If it’s tiring to add to a lot of functions, then you can use class based views to create a base class and wrap the dispatch method with a decorator. The rest of the views respectively inherit from this class.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question