You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make your website to interact with the database(PostgreSQL)
This repository consists of scripts in python that can be run inorder to make our website interact with the database(PostgreSQL)
This is a very basic project that is solely concerned with the connectivity of a webpage with the database. Hence, no importance given to the design and complextity of the webpage. The webpage is coded only using html and it is made dynamic using Django framework in python.
This project simulates a very basic aspect of parlour management wherein the details of customers and employees are taken as input and stored in the database and also the datails of employees and customers can be fetched from the database and displayed in the webpage.
About
Make your website to interact with database(PostgreSQL)