Using Django's function-based and class-based views
Draft
2020-01-19 by rp
The Django framework offers two ways to create views: function-based and class-based. This article takes a quick look at both.