- Login form for Admin, Staff and Student
- Create, Edit and Delete Staff Profile
- Create, Edit and Delete Student Profile
- Create, Edit and Delete Admin Profile (for Superusers)
- Create, Edit and Delete Faculty Profile
- Create, Edit and Delete Department Profile
- Add, Edit and Delete Courses
- Add, Edit and Delete Student Course Registration
- Create, Edit and Delete School Newsletters
- Reset Staffs Password
- Reset Students Password
- View your Department Students Profile
- Add and Delete Course Resources
- Create Course Registration format for the department (Auth Staff)
- Create, Edit and Delete Departmental Newsletters
- Change Password
- View and Edit Personal Profile
- View School Newsletters
- View and Edit your profile
- Register semester courses and view the courses if registered
- View School Newsletters
- View Course Resources
- View Departmental Newsletters
- Change Password
- View Semester Courses and Course Outlines
Clone the project
git clone https://github.com/jaykayudo/SIMS.git
Go to the project directory
cd SIMS
Install dependencies
pip install -r requirements.txt
Start the server
python manage.py runserver