#8 Django tutorials | Showmigrations command in Django, • #8 Django tutorials | Showmigrations comma... .
In this tutorial, you will learn what does the Django's Showmigrations command do. Showmigrations is the Django's management command that shows all migrations in our project.
Mainly,
1. It lists all of the apps Django knows about
2. Migrations for each app in our project
3. Whether or not the migrations is applied
The command is 'python manage.py showmigrations'.
The showmigrations command without any argument lists migrations for all apps in our project. We can also check the migrations of single app by passing app name as a argument.
Ex. for User app,
python manage.py showmigrations User
In the tutorial, I have explained complete work of the Showmigrations command.
Watch my recent tutorial here.
You have 17 unapplied migrations. Your project may not work properly until you apply the migrations.
• You have 17 unapplied migrations. Your pro...
#7 Django tutorials | What does first migrate command run do without running any makemigrations
• #7 Django tutorials | What does first migr...
Watch all my Django Oscar tutorials for django-oscar version 2.1 from following series
Django Oscar 2.1 tutorials
• Django Oscar 2.1 tutorials
Watch my Django Oscar tutorials for django-oscar version 1.6 from following series
Django Oscar E-commerce tutorials for beginners in English
• Django Oscar E-commerce tutorials for begi...
Watch my django-oscar-accounts package tutorials i.e. a managed account for django-oscar here:
Django Oscar Accounts 2.1 tutorials for beginners
• Django Oscar Accounts 2.1 tutorials for be...
Watch my Django Ajax tutorials in the following series
Django Ajax tutorials for begginers
• Django Ajax tutorials for begginers
Also, watch
Django tutorials
• Django tutorials
Friends, if you like this tutorial, please hit the like button and share, and if you want more tutorials like this please subscribe to my channel CodeShika.
#django_showmigrations
#django_commands
#CodeShika