Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 755 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 755 Bytes
## Installation Python and Django need to be installed ```bash pip install django ``` ## Usage Go to the folder and run ```bash python manage.py runserver ``` Then go to the browser and enter the url **http://127.0.0.1:8000/** ## Login The login page is common for students and teachers. The username is their email and password for everyone is 'project123'. Example usernames: student- '201852001@iiitvadodara.ac.in' teacher- 'naveen_kumar@iiitvadodara.ac.in' , 'santosh.bharti@pdpu.ac.in' ## Users New students and teachers can be added through the admin page. A new user needs to be created for each. The admin page is used to modify all tables such as Students, Teachers, Departments, Courses, Classes etc. # WebTech_ams