I was trying to create migrations within an existing app using the makemigrations command but it outputs \"No changes detected\".
Usually I create new apps using the
The possible reason could be deletion of the existing db file and migrations folder you can use python manage.py makemigrations this should work. I once faced a similar problem.
manage.py makemigrations