Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gunicorn

Serve A Bottle Application From Gunicorn On Heroku?

Procfile web: python server.py server.py from os import environ from bottle import app, route, run… Read more Serve A Bottle Application From Gunicorn On Heroku?

'invalid Input Syntax For Type Inet' Db Error In Django App With Postgres And Gunicorn+nginx As Reverse Proxy

Can you help me decipher this rather esoteric error? Everything's fine when I fire up the appli… Read more 'invalid Input Syntax For Type Inet' Db Error In Django App With Postgres And Gunicorn+nginx As Reverse Proxy

How To Use Gunicorn With Swagger_server On Flask

I'm trying to start the swagger server using gunicorn on ec2 instance by using the following co… Read more How To Use Gunicorn With Swagger_server On Flask

Python App Import Error In Django With Wsgi Gunicorn

I'm trying to deploy a Django app with gunicorn on Heroku and I've run into a few hitches. … Read more Python App Import Error In Django With Wsgi Gunicorn

Optimal Gunicorn-worker Configuration (number And Class) For Python Rest Apis

Lets say I have two conceptually different REST APIs developed in Python through a framework like F… Read more Optimal Gunicorn-worker Configuration (number And Class) For Python Rest Apis

How To Run Gunicorn On Docker

I have 2 files that depend on each other when docker is start up. 1 is a flask file and one is a fi… Read more How To Run Gunicorn On Docker