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... (more…)
Read more »
Using PostgreSQL's statistics to get a loose page count — I assume you have already read Optimizing the Django Admin Paginator. If not, this is basically the take-away from that article: class... (more…)
Read more »
In this Python Django Tutorial, we will be learning how to migrate to a Custom User Model mid-project. We are going to work on a real site (https://builtwith... (more…)
Read more »
Earlier this week I released Django SQL Dashboard 1.0. I also just released 1.0.1, with a bug fix for PostgreSQL 10 contributed by Ryan Cheley. Django SQL Dashboard is my … (more…)
Read more »
awesome-django-rest-framework - Tools, processes and resources you need to create an awesome API with Django REST Framework... (more…)
Read more »