#python
Read more stories on Hashnode
Articles with this tag
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...
In this, we'll be deploying a Django application with docker, postgres, gunicorn and nginx configurations. Prerequisites First, ensure the following...