Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 843 Bytes

webportal.md

File metadata and controls

8 lines (8 loc) · 843 Bytes

Web Portal

The code is present in attendance_portal directory. You should be well versed with django to contribute to this code.

Code Distribution

  1. attendance_portal/accounts - this directory stores the code for all types of authentication (teacher, student, login, signup, logout).
  2. attendance_portal/attendance - this stores all the code for different functionalities for students and teachers. Rest files are pretty standard for any django project.

Contributing

Go to installation instructions and follow the instructions to get the code working. If you add any new package update requirements.txt. Make a pull request with your changes. Also you can report any issue if any and propose new features. All the functions are properly commented so its not very difficult to find what any piece of code is doing.