Skip to main content

Django extension to inspect validity of migration files

Project description

Django-Migration-Inspector

License

Django-Migration-Inspector is a Python package that allows you to validate Django migrations in the command line.

Features

  • Validates whether Django migration files refer to valid files when defining dependencies or run-after.
  • Validates the dependency graph of the migration tree.
  • Ensured that migration history for the project on DB is linear.
  • Easy to integrate into your Django project.

Installation

You can install Django-Migration-Inspector using pip:

pip install django-migration-inspector

Usage

Add inspector to the INSTALLED_APPS inside the Django settings.

To use Django-Migration-Inspector, run the following command in your Django project:

python manage.py inspectmigrations

To run all the migration checks.

python manage.py inspectmigrations --skip-history-check

To skip the validation of applied migrations add flag --skip-history-check.

python manage.py inspectmigrations --database=alias

Optionally you can provide the alias for the configured database in the Django settings under DATABASES. This ensures that inspection for the consistency of the already applied migrations is run from that particular Database.

Support and Issues

For bug reports, feature requests, or general questions, please use the GitHub Issues.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-migration-inspector-0.0.2.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page