In this I have made a website using django which manages university, in my this app students can view thier marks, attendence, time table , faculties, books issued etc, whereas faculty can add/update students marks, view their attendence etc.
install django (pip install django)run the command : python manage.py runserver