The much anticipated Django 2.0 was recently released and we are updating Pinax apps, client projects, and our own sites. This offers the perfect opportunity to share our process and some of the most common issues. (more…)
Read more »
Django is a powerful web framework that can help you get your Python application or website off the ground. Django includes a simplified development server for testing your code locally, but for anything even slightly production related, a more secure...
Read more »
Django 3.0 release candidate 1 is the final opportunity for you to try out the raft of new features before Django 3.0 is released. (more…)
Read more »
2016 concludes my second year working full-time to support the development of Django. Here are some highlights from my weekly summaries published on the django-developers mailing list.
Read more »
Managing asynchronous tasks with this in-depth guide on Django and Celery. (more…)
Read more »