make makemigrations work again
making makemigrations work in Django when migrations is not pushed to git
Mar 17, 20252 min read143

Search for a command to run...
Articles tagged with #django
making makemigrations work in Django when migrations is not pushed to git

Django 5 + React 19 + Inertia 2 + Vite 6 setup tutorial

Using the right environment package in Python

If you're migrating an application from another stack where foreign keys were not enforced in the database and the some of the rows' foreign key fields have values as 0, then these would cause issues in the new application where the framework has str...

Using the dot notation in templates instead of square brackets

Setting request.user to a Django user after someone logs in via Azure Active Directory.
