Skip to content Skip to sidebar Skip to footer
Showing posts with the label 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

'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

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

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

Django On Production For Post Request Throws Server Error(500) On Compute Engine

I have deployed my Django 1.10 with python 3.6 Project on Google compute engine when I have changed… Read more Django On Production For Post Request Throws Server Error(500) On Compute Engine

Django Gunicorn Not Load Static Files

i'm trying to deploy my django project with gunicorn and nginx, but i need some help. when i co… Read more Django Gunicorn Not Load Static Files

Worker Failed To Boot

I'm trying to deploy my Django project on Heroku, but something is going wrong, and I'm not… Read more Worker Failed To Boot

Nginx + Gunicorn + Flask - 502 Bad Gateway - Permission Denied On Socket File

We are trying to set up NGINX as a reverse proxy to our Gunicorn Python application. We have been f… Read more Nginx + Gunicorn + Flask - 502 Bad Gateway - Permission Denied On Socket File