In Programming How to set up Django application with Postgres, Nginx, and Gunicorn on Rocky Linux/Alma Linux 9 August 23, 2022 1 Comment 10 Mins Read In this guide we will learn how to set up django application on a Rocky Linux 9 server. We will be setting up a…
In Programming How to create User Register and Login authentication in Django August 19, 2022 No Comments 7 Mins Read In this article, we will learn how to do user registration, login and log out on a site built with Django web framework. Django…