Skip to content Skip to sidebar Skip to footer
Showing posts with the label Web Deployment

H14 Error In Heroku - "no Web Processes Running"

error H14 happen while deploying to heroku this is my procfile: web: gunicorn -w 4 -b 0.0.0.0:$PORT… Read more H14 Error In Heroku - "no Web Processes Running"

Can't Deploy To Heroku In Djangogirls Tutorial

I am following this DjangoGirls tutorial: http://tutorial.djangogirls.org/en/deploy/README.html Whe… Read more Can't Deploy To Heroku In Djangogirls Tutorial

Django Using Nginx To Serve Static Content

I am trying to configure nginx to serve the static content for my django project on a remote VPS. I… Read more Django Using Nginx To Serve Static Content