how to make migrations in during update the database in hosting in djangi 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