Writing first model for your Django App

django

This post is heavily based on “Writing your first Django App” article from django documentation. The only … Read more

Hosting a static website with Nginx on Ubuntu

In our previous post “What is Nginx and how to install Nginx on Ubuntu 20.04 ?”, we … Read more

What is Nginx and how to install Nginx on Ubuntu 20.04 ?

What is Nginx ? NGINX is open source software for web serving, reverse proxying, caching, load balancing, media … Read more

Writing first WSGI application and running it with uWSGI

WSGI is the Web Server Gateway Interface. It is a specification that describes how a web server … Read more