Y
Hacker News
new
|
ask
|
show
|
jobs
by
tuxcanfly
5452 days ago
How do you add decorators to a class based view? I find this annoying:
dashboard = login_required(DashboardView.as_view())
Takes the fun out of decorators for me.
1 comments
izak30
5452 days ago
https://gist.github.com/1075119
link