Re: deploying django on heroku

2014-09-08 Thread ngangsia akumbo
i still dont get it bro On Sunday, September 7, 2014 10:04:51 PM UTC+1, Kevin Ndung'u wrote: > > As it says, just run those commands, setting your username and email, to > set your git identity (Username and Email address) which is required for > commits. > > On Saturday, September 6, 2014 1:21:

Re: deploying django on heroku

2014-09-07 Thread Kevin Ndung'u
As it says, just run those commands, setting your username and email, to set your git identity (Username and Email address) which is required for commits. On Saturday, September 6, 2014 1:21:09 PM UTC+3, ngangsia akumbo wrote: > > i have another error > > yems python-getting-started # git commit

Re: deploying django on heroku

2014-09-06 Thread ngangsia akumbo
i have another error yems python-getting-started # git commit -m "Demo" *** Please tell me who you are. Run git config --global user.email "y...@example.com" git config --global user.name "Your Name" to set your account's default identity. Omit --global to set the identity only in this rep

Re: deploying django on heroku

2014-09-05 Thread Koed00
Looks like Gunicorn can't find your app module hellodjango.wsgi Did you make a wsgi.py in your app folder as described in the Heroku docs? On Friday, September 5, 2014 12:19:25 PM UTC+2, ngangsia akumbo wrote: > > i had a problem trying to deply django on heroku > > yems bphotel # foreman start >

Re: deploying django on heroku

2014-09-05 Thread ngangsia akumbo
please some help if any On Friday, September 5, 2014 11:19:25 AM UTC+1, ngangsia akumbo wrote: > > i had a problem trying to deply django on heroku > > yems bphotel # foreman start > 11:13:37 web.1 | started with pid 9269 > 11:13:37 web.1 | [2014-09-05 11:13:37 +] [9269] [INFO] Starting >

deploying django on heroku

2014-09-05 Thread ngangsia akumbo
i had a problem trying to deply django on heroku yems bphotel # foreman start 11:13:37 web.1 | started with pid 9269 11:13:37 web.1 | [2014-09-05 11:13:37 +] [9269] [INFO] Starting gunicorn 19.1.1 11:13:37 web.1 | [2014-09-05 11:13:37 +] [9269] [INFO] Listening at: http://0.0.0.0:5000