Rollbar monitoring of Celery in a Django app
A guide on configuring Rollbar error monitoring for Celery workers in a Django application, explaining common integration pitfalls.
A guide on configuring Rollbar error monitoring for Celery workers in a Django application, explaining common integration pitfalls.
A technical guide on designing robust Django models for a bank account system, covering constraints, logging, and best practices.
Optimizing Django Admin performance for large-scale applications by addressing common issues like the N+1 query problem and database load.
Guide to resetting a Hue user's password and activating the account in a Cloudera/Hadoop environment using Django shell commands.
A tutorial on how to implement email sending functionality in a Django web application using Gmail's SMTP server.
A student reflects on their positive experience and key learnings from participating in the Google Code-In contest with the FOSSASIA organization.
Explains how to test Django views directly using RequestFactory for faster, more isolated tests that don't rely on URL config or middleware.
Neckbeard Republic's Python screencasts, previously a paid subscription service, are now completely free for everyone.
An analysis of the concept of meritocracy in open source and tech communities, questioning its validity and potential negative effects.
A list of 5 recommended Python screencasts covering topics like Django, lambda functions, and dunder methods for developers.
A list of 10 recommended Python blogs for programmers, including Planet Python, effbot, and Mouse Vs Python.
Explains how to fix Django's default per-request database connection behavior to improve performance via connection pooling.
Announcing django-db-tools, a lightweight Django utility for enabling read-only or GET-only modes during large database migrations.
A response to DHH's blog on opinionated software, discussing the value of maintainer decisions in open-source frameworks like Rails and Requests.
A developer details the process of redesigning their personal homepage, moving from a Django-based lifestream to a simpler, Bootstrap-powered static site.
A tutorial on using PostgreSQL array fields within Django models to simplify data structures like tags, improving performance and code clarity.
Explains how to implement database connection pooling for Django applications using PostgreSQL to improve performance.
Explains how to implement schemaless data storage in Django using PostgreSQL's hstore extension as an alternative to MongoDB.