Web application that enables teachers and parents mornitor students academic progress through a series of tests that are set, done and marked online. The statisistics of the students' performance is then made available to the respective teacher, parent or student
##Dependecies
- Django 1.8
- xlrd
- django rest-framework
Clone the project
- Change the database settings in the settings.py file
- Startup the project in the usual django process i.e python manage.py runserver. Remember to createsuperuser account
- Create school levels 4 Create class levels
- Add subjects and their respective topics
The headteacher can then signup and create the schools account where the other teachers can request to be a member of after signup
The respective class teacher are responsible for uploading the student details into the application
The subject teachers are responsible for creating tests/assingments
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
AT For their support through the project
Comming soon