As we have learned in my previous post, there are a lot of benefits in concentrating all the code related with sending emails in one place, creating a base mailer which handles the creation and… (more…)
Read more »
This is a very common problem that every developer will eventually face at some point. Your boss or a client comes witha set of requirements and asks you to ... (more…)
Read more »
It's been around three years since I came up with the current Channels design -
that of pushing everything over a networked "channel layer" and strictly
separating protocol handling and business logic - and while it's generally working
well for people, I ... (more…)
Read more »
For some time now, a proposal to change the governance of the Django
open-source project has been under discussion and refinement. It was
written up as a Django Enhancement Proposal (DEP), and numbered as
DEP 10. (more…)
Read more »
In this tutorial, we will build the API for a blog app featuring CRUD (Create-Read-Update-Delete) functionality with the Django Rest… (more…)
Read more »