How do I makemigrations on a stand alone Django app (ie one that is not part if any project).
For example after following: https://docs.djangoproject.com/en/1.8/intr
What I do is to create a mock project, containing only that app, then the process is as usual:
manage.py makemigrations myapp