django makemigrations and migrate on heroku server don't create tables
问题 Python Version 2.7 Django Version 1.9.7 I have created a Django app on heroku. I can't get the heroku server to migrate properly. In the past I have done all the makemigrations locally and then pushed them to the server. It has worked in the past. Now I thought I would choose to do the migrations all on the server side, since I am not running this app locally at all. I just created one new model inside the models.py for app 'main': from __future__ import unicode_literals from django.db import