在确保它在我的本地环境中运行良好后,我将我的应用程序推送到了 heroku。
当我尝试使用以下方式同步数据库时:
heroku run myapp/manage.py syncdb
我只看到这一点。没有创建表。
Running myapp/manage.py syncdb attached to terminal... up, run.1
我的应用程序在尝试访问带有此错误的数据库时失败。
Exception Type: DatabaseError at /oauth_callback/
Exception Value: relation "django_session" does not exist
关于我可能做错了什么的任何想法?