https://stackoverflow.com/questions/36153748/django-1-9-makemigrations-no-changes-detected Django 1.9 - makemigrations - No changes detected 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 startapp command but did not use... stackoverflow.com $ ./manage.py migrate app안에 migrations ..