Makemigrations is not making all migrations

try generate sql query from orm using this command

python manage.py sqlmigrate featured_post 0001_initial

execute in sql
your are good to work with yout model

Thank you, this reply solved my issue.

I restored {{APP_NAME}}/migrations/__init__.py and everything worked again.

sometimes python3 manage.py makemigrations dos not create migration file
try python manage.py makemigrations