Skip to content

anaghamittal/WebTech_ams

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

## 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.0%
  • HTML 45.6%
  • CSS 0.4%