Может ли кто-нибудь помочь мне с этой проблемой? Всякий раз, когда я собираюсь развернуть свой Django проект на heroku.com, я получаю эту ошибку. Как мне ее исправить? [закрыто]

(myenv) D:\EventManagementProject\Event_Management_System>git push heroku master
Enumerating objects: 352, done.
Counting objects: 100% (352/352), done.
Delta compression using up to 4 threads
Compressing objects: 100% (349/349), done.
Writing objects: 100% (352/352), 10.81 MiB | 96.00 KiB/s, done.
Total 352 (delta 46), reused 0 (delta 0), pack-reused 0
remote: Compressing source files... done.
remote: Building source:
remote: 
remote: -----> Building on the Heroku-22 stack
remote: -----> Using buildpack: heroku/python
remote: -----> App not compatible with buildpack: https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku/python.tgz
remote:        More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure
remote: 
remote:  !     Push failed
remote:  !
remote:  ! ## Warning - The same version of this code has already been built: 1ca3c9649e1582c82164c7773829c2dad2837277
remote:  !
remote:  ! We have detected that you have triggered a build from source code with version 1ca3c9649e1582c82164c7773829c2dad2837277
remote:  ! at least twice. One common cause of this behavior is attempting to deploy code from a different branch.
remote:  !
remote:  ! If you are developing on a branch and deploying via git you must run:
remote:  !
remote:  !     git push heroku <branchname>:main
remote:  !
remote:  ! This article goes into details on the behavior:
remote:  !   https://devcenter.heroku.com/articles/duplicate-build-version
remote:
remote: Verifying deploy...
remote:
remote: !       Push rejected to eventmanagementbydipu.
remote:
To https://git.heroku.com/eventmanagementbydipu.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/eventmanagementbydipu.git'
Вернуться на верх