Y
Hacker News
new
|
ask
|
show
|
jobs
by
mtbcoder
4080 days ago
You don't have to use Django's class-based generic views either. Nothing wrong with just inheriting from the base View if you really want.
1 comments
emidln
4080 days ago
You can also just skip the infinite inheritance and implement function-based views.
link