Sagar Budhathoki
Sagar Budhathoki

Sagar Budhathoki

Follow
Follow
homeMediumPortfoliobadges
Tag

Python

#python

More content

Read more stories on Hashnode


Articles with this tag

Django, Postgres, Gunicorn, Nginx with Docker (Part-2)

Dec 25, 20214 min read359 views

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...

Django, Postgres, Gunicorn, Nginx with Docker (Part-2)

Django with Docker, Postgres, Gunicorn, and Nginx(Part-1)

Dec 25, 20216 min read404 views

In this, we'll be deploying a Django application with docker, postgres, gunicorn and nginx configurations. Prerequisites First, ensure the following...

Django with Docker, Postgres, Gunicorn, and Nginx(Part-1)