Skip to content

A simple Django module to determine if migrations are needed on a v1.7+ project.

License

Notifications You must be signed in to change notification settings

concentricsky/django-ismigrated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-IsMigrated

Django-IsMigrated is a simple Django app that tells you if a Django project has been migrated or not. It exits with Zero if there are not migrations, and NonZero if there are.

For Django 1.7, 1.8 and 1.9 use v0.x.x

Quick start

  1. Add "django-ismigrated" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [ ... 'django-ismigrated', ]

  2. Run python manage.py ismigrated to determine if there are migrations to run.

Authors

About

A simple Django module to determine if migrations are needed on a v1.7+ project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages