※ この募集は締め切られました。
Djangoアプリのデバックとサーバー運用の指南をお願いしたいです。
https://github.com/iihama-h/paperwork-system
上記のプロジェクトのデバックとサーバー運用に手こずっているため、お手伝いをお願いしたいです。
・Issuesに起票しているバグ 5件の自力解決が困難だったため、解決までの道筋をお手伝いいただきたいです。
→ユニットテスト(quotation\tests\test_ReferenceView.py quotation\tests\test_RegistrationView.py)がうまく通るように修正
→django-allauthのログインセッションがリンクしていないよう
※解決するための基礎能力UPできたらと思っています。
・Herokuで本アプリを運用しようとしていますが、デプロイで以下のエラーが発生し、つまづいています。
remote: ! No default language could be detected for this app.
remote: HINT: This occurs when Heroku cannot detect the buildpack to use for this application automatically.
remote: See https://devcenter.heroku.com/articles/buildpacks
remote:
remote: ! Push failed
remote: !
remote: ! ## Warning - The same version of this code has already been built: fce09f0a778ac26bdf2550dd1ebe7de9cb946b91
remote: !
remote: ! We have detected that you have triggered a build from source code with version fce09f0a778ac26bdf2550dd1ebe7de9cb946b91
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 murmuring-ravine-*****.
※Gitのローカルリポジトリとリモートリポジトリに差分があってはいけない?(ということは、SECRET_KEYをgitにさらさなければいけないのでしょうか)
・可能であればソースレビューもお願いしたいです。