For the software engineering project we developed a website for proyas boys Resdential school. It is Django based project ,with the help of jinja template it will render a website dynamically. It was our 4th semester project.
If anyone want to use this project so he/she can clone this project and run using below steps-:
-
First of all clone this project using below command
-
Create a virtual environment to create python virtual environment or venv. For this you should install venv first then create virtual env.
-
Run the requirements.txt file using below command-
python requirements.txt
-
Run the django app using below command-
python3 manage.py runserver
Note-:It was our first project on this maybe all code are unavailble 😅