liuyang1520 / django-command-extensions

Automatically exported from code.google.com/p/django-command-extensions
MIT License
0 stars 0 forks source link

show_urls feature request: show decorators (eg. @login_required) #45

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
would be great if that would be possible. then one could easily check if
login_required is activated on all the right views.

Original issue reported on code.google.com by bela.hau...@gmail.com on 29 Aug 2008 at 12:10

GoogleCodeExporter commented 8 years ago
At runtime the decorator is already applied, this makes it very hard to do this.

If anybody has a good idea to do this place post a patch here and reopen the 
ticket.

Original comment by v.oostv...@gmail.com on 12 Sep 2008 at 2:44