我在heroku上部署了一个django应用程序,它运行正常。但我想运行命令" python manage.py makemigrations"但它给了我身份验证错误。
我正在使用命令:" heroku运行python manage.py makemigrations"
我已正确使用了我的凭据,因为我可以使用" git push heroku master"。
终端输出:
$ heroku run python manage.py makemigrations
Running `python manage.py makemigrations` attached to terminal... up, run.3514
! Authentication error