Some notes on starting to use Django
A developer shares their initial experiences and positive impressions of learning Django, highlighting its explicitness, built-in admin, and ORM.
A developer shares their initial experiences and positive impressions of learning Django, highlighting its explicitness, built-in admin, and ORM.
Developer builds admin tools to inspect PDF reports for a homeschool app, part of a SaaS development series.
Developer adds a customer-requested feature to reorder grade levels in a homeschool app, part of a SaaS building series.
A developer builds a 'SchoolBreak' model in Django using TDD to track holidays and vacations for a school scheduling app.
Analyzes performance issues with Django Admin's paginator on large datasets and explores solutions to eliminate slow row counting queries.
A tutorial on adding custom action buttons (deposit/withdraw) to the Django admin interface, including form handling and email notifications.
A tutorial on implementing custom filter tabs in Sonata Admin bundles, using a workaround inspired by the undocumented Sonata MediaBundle feature.
A developer critiques specific pain points in Django's framework, including password reset limits, admin/user identity, and email encoding issues.