Time Travel with django-simple-history
A guide to using django-simple-history for tracking model changes and version control in Django projects.
A guide to using django-simple-history for tracking model changes and version control in Django projects.
A developer compares Django and Ruby on Rails for web development, discussing his choice and offering advice for learners.
Developer works on Python exercises, creates a custom 404 page for a Django app, and builds a GraphQL service with Go's gqlgen.
A crash course on backend development using Django and Django REST Framework, including a live coding example from a Python Frederick talk.
The author discusses switching to Neovim, an Exercism Python exercise, and adding django-stubs for better type hinting in their SaaS project.
A developer stream recap covering Python list methods, Stripe integration, and Firefox Content Security Policy warnings.
A developer discusses solving a Python Blackjack exercise on Exercism and fixing a bug in a Django app's teacher checklist feature.
Python development episode covering Exercism string exercises and fixing Django 4.1 template caching issues in a homeschool app.
The author works on Python exercises using Exercism and adds PDF page numbering to a Django-based homeschool application.
A guide on switching from Rollbar to Sentry for error monitoring in a Python/Django SaaS project, highlighting Sentry's features.
Upgrading a SaaS app's Heroku stack and htmx, plus adding an empty state feature for a better user experience.
A Django tutorial episode explaining how to safely accept and manage user-uploaded files using FileField and ImageField.
A developer shares lessons learned while using JavaScript FormData to build a dynamic feature for a SaaS application.
Developer discusses adding customer features to a SaaS app, including working with Django, Python, and JavaScript FormData.
Improving the user experience for deleting tasks in a Django app by returning users to their previous position.
A summary of a Kiwi PyCon talk on implementing middleware patterns for Flask, Django, WSGI, FastAPI/ASGI, and gRPC applications.
The author updates a Python/Django SaaS app with flake8-bugbear, fixing issues and discussing strategies for adding new tools.
The author completes the teacher checklist feature for a homeschool app, including end-to-end testing and writing unit tests.
A developer works on the edit page for a teacher checklist feature in a Django/Python SaaS application.
Announcing django-denied, a Django package that enforces authorization by denying all views by default for enhanced security.