
How to add initial data to your Django project?
1- Run this command and change myapp to your app name: This command will create an empty migration file inside your app migrations directory, it will look like the following.
Continue readingHow to add initial data to your Django project?