I try to upload app and run on heroku source files are below. https://github.com/utahub/django_attend-managing-app/tree/heroku_check
with command
git push heroku heroku_check:master
but even thought runtime.txt exists in Root Dir, Heroku does not detect defauld language.
remote: Compressing source files... done.
remote: Building source:
remote:
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: Verifying deploy...
remote:
remote: ! Push rejected to uta-attend-managing-app.
remote:
I stacked with this problem for 2 days. Please tell me why this is happened.
Thankyou in advance.