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

Flask Sqlalchemy Sessions Out Of Sync

I have a Flask REST API, running with a gunicorn/nginx stack. There is global SQLAlchemy session s… Read more Flask Sqlalchemy Sessions Out Of Sync

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

Restart Gunicorn_django Via Fabric

I'm building a Django application and I decided to investigate Fabric for automating deployment… Read more Restart Gunicorn_django Via Fabric

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?

Json Formatted Logging With Flask And Gunicorn

I am trying to do something very similar to what's explained here: https://sebest.github.io/pos… Read more Json Formatted Logging With Flask And Gunicorn

Setup Multiple Django Gunicorn Instances With Nginx

Got one django site running with gunicorn & nginx need to setup another site also with the same… Read more Setup Multiple Django Gunicorn Instances With Nginx

Django | Gunicorn | Importerror: No Module Named _ssl

Configured and installed python2.7 as below: ./configure --enable-shared --with-ssl make install A… Read more Django | Gunicorn | Importerror: No Module Named _ssl

Django: 400 Error With Debug=false And Allowed_hosts=["*"]

I'm trying to run a relatively simple Django server on Python 3.5.3 on an Ubuntu DigitalOcean d… Read more Django: 400 Error With Debug=false And Allowed_hosts=["*"]