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 »
You may know that I spent a year working in Kansas for a local newspaper—the Lawrence Journal-World. I’m delighted to announce that a decent chunk of the software I worked … (more…)
Read more »
ticket-33012
This PR is in accordance with this GSoC project
The detailed proposal can be found here
This PR aims at adding support for Redis to be used as a caching backend with Django. As redis i... (more…)
Read more »
Django has two types of views; function-based views (FBVs), and class-based views (CBVs). Django originally started out with only FBVs… (more…)
Read more »
Docker is the software development and devops tool everyone wants to use on their projects. It’s a platform that allows you to easily create isolated environments (aka Containers) that can run… (more…)
Read more »