Our great sponsors
-
A tool I've used with Django in the past is the one: https://github.com/3YOURMIND/django-migration-linter
It helps with the problem that if you're running several application servers it's important to avoid migrations that are backwards incompatible - since if some of your application servers haven't yet updated to the latest code you could get errors when they try to run queries against the migrates database.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- Database character sets and collations explained – why utf8 is not UTF-8
- So you're using dbt tests—what's next in data quality?
- Django-firebird 2.2.0 released with full support for Django 2.2 LTS
- Django-firebird 2.2.0 released with full support for Django 2.2 LTS
- Is connecting Django to MS SQL too much of a bad idea?