Test Environment Fedora 31 OS with Python installed Django is a python web framework which can be used to develop web application. In this article we are going to see…
How to integrate Python Django with PostgreSQL 12 Database

Test Environment Fedora 31 OS with Python installed Django is a python web framework which can be used to develop web application. In this article we are going to see…
Purpose - To setup a django project and integrate it with Jenkins and Nexus for automated build and artificatory deployment to Nexus repository which can be further download and run…
Purpose - To use the Django Models as blueprints for creating the Database tables using the Django utilities Pre-requisities - Ubuntu 18.04 Python 3.5 and later pip3 latest version Django…
Purpose - To build a Web Application based on Python Django framework to generate selected type of Chart graph for the given JSON input data file Pre-requisites - Ubuntu 18.04…