README.md
pyproject.toml
django_migcare.egg-info/PKG-INFO
django_migcare.egg-info/SOURCES.txt
django_migcare.egg-info/dependency_links.txt
django_migcare.egg-info/requires.txt
django_migcare.egg-info/top_level.txt
migcare/__init__.py
migcare/analysis.py
migcare/apps.py
migcare/backup.py
migcare/checks.py
migcare/conf.py
migcare/git_hooks.py
migcare/models.py
migcare/signals.py
migcare/management/__init__.py
migcare/management/commands/__init__.py
migcare/management/commands/migcare_backup.py
migcare/management/commands/migcare_check.py
migcare/management/commands/migcare_install_hooks.py
migcare/management/commands/migcare_restore.py
migcare/management/commands/safe_migrate.py
migcare/migrations/0001_initial.py
migcare/migrations/__init__.py
tests/test_analysis.py
tests/test_backup.py
tests/test_git_hooks.py
tests/test_management.py