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
My problem with this error, was that I had included:
class Meta: abstract = True
Inside model that I wanted to creation migrate for.