Проблемы начали ещё при выполнении команды git push heroku master получал ошибку
To https://git.heroku.com/modernarchetype.git
! [remote rejected] master -> master (pre-receive hook declined)
error: не удалось отправить некоторые ссылки в «https://git.heroku.com/modernarchetype.git»
По совету с SO создал новую ветку, назвал "tempbranch". Всё получилось.
Подсчет объектов: 6395, готово.
Delta compression using up to 4 threads.
Сжатие объектов: 100% (5328/5328), готово.
Запись объектов: 100% (6395/6395), 8.84 MiB | 57.00 KiB/s, готово.
Total 6395 (delta 1885), reused 0 (delta 0)
remote: Pushed to non-master branch, skipping build.
To https://git.heroku.com/modernarchetype.git
* [new branch] tempbranch -> tempbranch
Далее выполняю команду heroku run python manage.py migrate и получаю ошибку:
Running python manage.py migrate on ⬢ modernarchetype... !
▸ Cannot run one-off process at this time. Please try again later.
Помогите решить, первый раз работаю с Heroku, да и Django не долго изучаю.