From Django class-based views to service functions
Why I prefer simple function-based views over class-based views in Django, and where I put my business logic.
Django styleguide used in HackSoft projects. Contribute to HackSoftware/Django-Styleguide development by creating an account on GitHub.
Why I prefer simple function-based views over class-based views in Django, and where I put my business logic.
Choosing a web framework is hard especially now when there are a lot of frameworks, each designed differently. Here is why when building a large database-driven application, I would honestly pay to use Django.
*This post now has [a followup](/weblog/2020/mar/23/still-no-service/).* Recently I've seen posts and questions pop up in a few places about [a โฆ
What happened this week in the Python universe?