A brief story from the database optimizations of a Django application that uses PostgreSQL... (more…)
Read more »
A Common Table Expression acts like a temporary table or view that exists only
for the duration of the query it is attached to. django-cte allows common table
expressions to be attached to normal Django ORM queries. (more…)
Read more »
Speaker:: Bas SteinsTrack: PyCon: DjangoThe Django ORM is one of the most powerful ORM in the Python space. We will look at implementing complex queries and ... (more…)
Read more »
This tutorial will show you how to Dockerize a Django project in less than 5 minutes. If you've been working with Django for a while, chances are you've heard of Docker before. But here's a quick summary of Docker and why you should consider using it in y... (more…)
Read more »
Improve your Django code and save effort during GitHub pull requests. Check your code now. (more…)
Read more »