This project aims at providing improvements to Django's default migration system. The default migration system is over-engineered, sometimes dangerous, and not team work friendly. django-better-migrations lets you customize some parts of the migration system to improve those points.
- Installation
- Configuration
- Features
- display generated SQL
- check rules to protect against dangerous actions
- define the DB engines allowed to generate migrations
- (TODO) display line counts on affected tables
- (TODO) team-friendly migrations
- Contributing
- FAQ