
Django
Deploying Django Apps with Docker: A Step-by-Step Guide
This article provides step-by-step instructions for deploying your Django applications using Docker and Docker Compose
Building CRUD Applications with Django and PostgreSQL
Django and PostgreSQL are a powerful combination for building high-performance, scalable web applications. Learn how to use them together in this comprehensive guide.
[2 min installs] Django on Ubuntu
Here is how to install Django framework on Ubuntu 20.04 in under two minutes: Step 0 - Install python Before we start it is important to check if python in already installed on your system. To do t...
How to Get Started with Logging in Django
Django comes with an integrated logging module that provides basic as well as advanced logging features. Read on to learn how to start using it in your projects
Where can I find the error logs of NGINX, using FastCGI and Django?
By default Nginx stores its error logs in the /var/log/nginx/error.log file and access logs in the /var/log/nginx/access.log. To change the location of the log files, configure the following direct...