Tips on caching in Django, lessons learned scaling beyond millions of users

Caching is the most important aspect of scaling along with database indices. It’s not impossible to get up to 99% speed improvements… Read more

Similar

Adding Charts to Django Admin

Django offers a functional admin UI out of the box with CRUD interface for db management. This covers most use cases for basic content and user management systems. However, it doesn't have exploratory views that show summaries or historical trends which i... (more…)

Read more »