There are default migrations inside apps. When you start an app you should first install it inside the 'settings.py' file and then perform the 'python manage.py migrate'. Your problem is that you've first performed the 'migrate' and then installed the app.