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