Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 571 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 571 Bytes

DJANGO_Project-STAFF_PORTAL

This is a web-based application for maintaining Staff details in university. The database has the personal details of the Staff such as Staff Id, Name, Age, Mobile no, E-mail id, Department. The application has the following functions.

ADD_STAFF() - By adding necessary details in staffForm.html, it will stored it in the database.

SEARCH_STAFF() -You can search the staff based on department and name.

DELETE_STAFF() -Remove the staff details from the database.

UPDATE_STAFF() -You can modify the e-mail id and mobile no of staff.