Need help:Facing problem to host Django website on Heroku .

pulok

Registered Member
Joined
Oct 1, 2017
Messages
98
Reaction score
13
Hi,

I'm facing some problem to host a selfmade website on heroku.I try to find the solution using google but it did not worked.The problem is,whenever i put this command on cmd

git push heroku master

I get this message:

(Publish) C:\Users\admin\Desktop\My website\Publish\untitled3>git push heroku master

Enumerating objects: 57, done.

Counting objects: 100% (57/57), done.

Delta compression using up to 4 threads

Compressing objects: 100% (52/52), done.

.......................................

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.


To solve it i put this command:

heroku buildpacks:set heroku/python


And get back this:


Buildpack set. Next release on pulokahmed will use heroku/python.

Run git push heroku master to create a new release using this buildpack.

Again i put this command:


git push heroku master


And get back this:


Enumerating objects: 57, done.

Counting objects: 100% (57/57), done.

Delta compression using up to 4 threads

Compressing objects: 100% (52/52), done.

Writing objects: 100% (57/57), 9.88 MiB | 428.00 KiB/s, done.

........................................

remote: -----> App not compatible with buildpack:

remote: More info:


i checked my log files and here the details:


(Publish) C:\Users\admin\Desktop\My website\Publish\untitled3>heroku logs

2019-01-13T14:16:46.959762+00:00 app[api]: Enable Logplex by user pulok19524@gma

il.com

2019-01-13T14:20:23.722821+00:00 heroku[router]: at=info code=H81 desc="Blank ap

p" method=GET path="/" host=pulokahmed.herokuapp.com request_id=b4debb3f-f7f6-47

dd-b281-0e1c49a6a4a5 fwd="45.248.145.138" dyno= connect= service= status=502 byt

es= protocol=https

2019-01-13T14:24:49.000000+00:00 app[api]: Build started by user pulok19524@gmai

l.com

2019-01-13T14:24:51.000000+00:00 app[api]: Build failed -- check your build logs


2019-01-13T14:26:06.000000+00:00 app[api]: Build started by user pulok19524@gmai

l.com

2019-01-13T14:26:07.000000+00:00 app[api]: Build failed -- check your build logs


2019-01-13T14:34:04.000000+00:00 app[api]: Build started by user pulok19524@gmai

l.com

2019-01-13T14:34:05.000000+00:00 app[api]: Build failed -- check your build logs


2019-01-13T14:39:41.000000+00:00 app[api]: Build started by user pulok19524@gmai

l.com

2019-01-13T14:41:57.000000+00:00 app[api]: Build started by user pulok19524@gmai

l.com

2019-01-13T14:41:59.000000+00:00 app[api]: Build failed -- check your build logs


I have been trying to solve the problem for days.How can i solve this?

Thank you for your time
 
Back
Top