From 7340f5b9c0d62a7134b31627022582fdb3c1f616 Mon Sep 17 00:00:00 2001 From: Ronny V Date: Sat, 27 Apr 2024 20:49:18 +0200 Subject: [PATCH] :handshake: Suggestion: django-migration-zero (#264) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 90ab97a..52a39e4 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-click](https://github.com/GaretJax/django-click) - Write Django management commands using the [click CLI library](https://click.palletsprojects.com). - [django-dbbackup](https://github.com/django-dbbackup/django-dbbackup) - Management commands to help backup and restore your project database and media files. - [django-liquidb](https://github.com/Gusakovskiy/django-liquidb) - Django application to simplify migration management and changes in states of db scheme. +- [django-migration-zero](https://github.com/ambient-innovation/django-migration-zero/) - Holistic implementation of "migration zero" pattern for Django covering local changes and in-production database adjustments. - [django-typer](https://github.com/bckohan/django-typer) - Write Django management commands using the [Typer CLI library](https://typer.tiangolo.com). ### Configuration