Django, Postgres, Gunicorn, Nginx with Docker (Part-2)
Continued... part-1 Gunicorn Now, install Gunicorn. It's production grade WSGI server. For now, since we want to use default django's built-in server, create production compose file: version: '3.5' services: app: build: con...
Dec 25, 20214 min read439



