django-migrations-graph
Migration graph
Displays Django migration dependencies as a graphical representation.
Django-admin command to display migrations with dependencies.
48 stars
6 watching
2 forks
Language: Python
last commit: about 2 years ago
Linked from 1 awesome list
djangomigrationspython
Related projects:
Repository | Description | Stars |
---|---|---|
| A package to visually distinguish environments in Django Admin | 319 |
| Manages and snapshots Django application state during migrations | 23 |
| A tool to test Django schema and data migrations for reliability and correctness. | 532 |
| Ensures Django migration code follows best practices to prevent backwards compatibility issues | 7 |
| Allows dynamic configuration of Django applications | 1,733 |
| Tool to optimize database usage in Django by identifying and suggesting the removal of unused fields. | 196 |
| A tool to clean up Django migration files and update the migration history table in CI/CD pipelines. | 56 |
| Enables foreign key attributes in Django admin list display | 69 |
| Provides a custom BigIntegerField-like class for Django models | 378 |
| A Django app for managing robots exclusion protocol files | 459 |
| Extends Django's admin interface with a customizable dashboard and navigation menu | 868 |
| Provides automatic model translations with easy admin integration and fallbacks. | 696 |
| A Django app that stores model history and allows view/revert changes from the admin site. | 2,233 |
| Library to translate Django model fields in a PostgreSQL JSONField | 65 |
| Provides a way to add translations to Django models without modifying the original model class. | 1,388 |