Highlights from the PyCon2020 video on optimizing Django and Python performance with Postgres superpowers. Covers django-debug-toolbar, Postgres logs, pg_stat_statements, avoiding loops in Django, keyset pagination, & other useful PyCon resources from... (more…)
Read more »
django-admin-env-notice - Visually distinguish environments in Django Admin... (more…)
Read more »
You know me, I’m a Django fan.
It’s my preferred way of developing web apps, mainly because of the absolutely vast ecosystem of apps and libraries it has, and the fact that it is really well-designed.
I love how modular it is, and how it lets you use any ... (more…)
Read more »
Describe the bug Accounts and API keys do not seem to be created when running python manage.py djstripe_sync_models. I believe this is preventing all other models from synchronizing and any databas... (more…)
Read more »
I'm starting today a new tutorial series about the Django fundamentals. It's a complete beginner's guide to start learning Django. The material is divided in... (more…)
Read more »