Can't see the migrate list in Django Can't see the migrate list in Django django django

Can't see the migrate list in Django


According to the Django documentation, you should use "showmigrations". It can be used with django-admin:

django-admin showmigrations

Or with manage.py

python manage.py showmigrations