In Django, is there an easy way to check whether all database migrations have been run? I\'ve found manage.py migrate --list, which gives me the information I want,
manage.py migrate --list
I checked it by looking up the table django_migrations, which stores all applied migrations.
django_migrations