I was there! Django started when Adrian Holovaty and I were working together for a year at the Lawrence Journal-World newspaper back in 2003-2004. I was there on a year ... (more…)
Read more »
Since the release of Django 3.0 in December of 2019, the wildly popular web framework has begun the journey to support Async through ASGI… (more…)
Read more »
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 »
For those just joining us, the previous section of the Modern Django guide can be found here: Modern Django — Part 0: Introduction and Initial Setup. At this point, we have successfully created a… (more…)
Read more »
Explore the features of Django Channels REST Framework for building WebSocket API consumers with Django. (more…)
Read more »