how make the folder in django to be migratable code example
Example: how to create migrations in django
//to create migration files
python manage.py makemigrations
//to migrate migration files
python manage.py migrate
//to create migration files
python manage.py makemigrations
//to migrate migration files
python manage.py migrate