Should you Commit Django Migrations to Git?
Explores the pros and cons of committing Django database migration files to a Git repository, discussing conflict risks and performance.
Explores the pros and cons of committing Django database migration files to a Git repository, discussing conflict risks and performance.
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.
A Django community member reflects on receiving the 2022 Malcolm Tredinnick Memorial Prize and the importance of community participation.
A talk from GDG DevFest 2022 on how to maximize benefits from Open Source by actively contributing to communities like Python and Django.
Python development episode covering Exercism string exercises and fixing Django 4.1 template caching issues in a homeschool app.
A talk from Ubuntu Summit 2022 on how to maximize benefits from Open Source by contributing to communities like Python and Django.
The author works on Python exercises using Exercism and adds PDF page numbering to a Django-based homeschool application.
A proposal for organizing active developer sprints within the Django community, inspired by experiences at DjangoCon US.
A guide on switching from Rollbar to Sentry for error monitoring in a Python/Django SaaS project, highlighting Sentry's features.
A talk on implementing full-text search using Django and PostgreSQL, avoiding complex external search engines.
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.
A lightning talk from DjangoCon Europe 2022 on implementing full-text search in the official Django project documentation website.
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.
A tutorial on implementing full-text search in Django applications using PostgreSQL's built-in search capabilities.