Questions tagged as 'gunicorn'

0
answers

sock failed (2: No such file or directory) - django + gunicorn + virtualenv + centos7

I am trying to deploy a Django application on CentOS7 using gunicorn and ngnix to handle the requests. I followed an internet guide (Digital ocean) for CentOS7 (see URL below), I followed the guide as close as possible and when it is supposed...
asked by 07.01.2018 / 09:27
1
answer

In the file.conf shows Error using Supervisor, in digital ocean, any option to correct it?

When configuring the file.conf path: sudo nano /etc/supervisor/conf.d/facturaempresa.conf [program:facturaempresa] command=/home/user/bin/gunicorn_start user=user autostart=true autorestart=true redirect_stderr=true stdout_logfile=/home/user/...
asked by 03.01.2019 / 05:09
0
answers

Problem with special characters in request get with django, nginx as reversed proxy & gunicorn

I have a Django application that shows a list of documents of different extensions, the name of the documents contain special characters such as accents, ñ, etc. When I show the list I put a link that points to the location of the document in th...
asked by 19.12.2018 / 23:01
0
answers

Concurrency issues with Gunicorn + firebase + kubernetes in gcp

I am currently developing an API in Python 3 with Django that is mounted on Kubernetes in Google cloud, using asynchronous workers with gunicorn (Gevent). The problem is that I have a Post method which makes a validation to firebase to search...
asked by 13.10.2018 / 18:11