我自己解决了这个问题:在manage.py中添加类似于以下代码:
CurDir = os.path.dirname(os.path.abspath(__file__))ProjectDir = os.path.join(CurDir, "moz455")sys.path += [ProjectDir]
git add -Agit commit -m "commit"git push -f heroku
欢迎分享,转载请注明来源:内存溢出
我自己解决了这个问题:在manage.py中添加类似于以下代码:
CurDir = os.path.dirname(os.path.abspath(__file__))ProjectDir = os.path.join(CurDir, "moz455")sys.path += [ProjectDir]
git add -Agit commit -m "commit"git push -f heroku
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)