I started a new Django 1.8 project and realized that I missed something (i had done the initial migrations). I dropped the database (postgreSQL) and deleted migration<
migration<
The problem is on no changes detected. Please execute these commands with your app name. I guess you didn't add it (just like the mistake I did):
no changes detected
python manage.py makemigrations myappname
python manage.py migrate myappname