Tag:django
All the articles with the tag "django".
Django Performance Optimization Tips
Posted on:November 22, 2023 at 12:00 AMKey techniques and insights on optimizing django application performance covering caching, database optimization, bulk operations, profiling etc.
Gunicorn, WSGI and Django
Posted on:November 22, 2023 at 12:00 AMlearnings about how WSGI works, benefits of WSGI, optimal configuring Gunicorn/Django, and debugging tips.
Understanding Django Database Migrations
Posted on:November 22, 2023 at 12:00 AMThis summarizes how Django migrations work to manage database schema changes, including the migration workflow and why migrations run for tests.