A
A
albertalexandrov2018-12-16 08:31:16
Django
albertalexandrov, 2018-12-16 08:31:16

Why can't I deploy my project to heroku?

Hello everyone!)
For the first time I encountered a deployment problem on heroku, the description of which is:

! No default language could be detected for this app.
HINT: This occurs when Heroku cannot detect the buildpack to use for this application automatically.
See https://devcenter.heroku.com/articles/buildpacks
! Push failed

The project has the following structure:
5c15e12272db6994514322.jpeg
Procfile is present and has the following content:
web: gunicorn core.wsgi --log-file -
requirements.txt:
Django==2.1.4
gunicorn==19.9.0
pytz==2018.7

Everything is in the root of the project, but it keeps saying that it cannot determine the buildpack.
What could be wrong?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question