Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 1.39 KB

README.md

File metadata and controls

51 lines (29 loc) · 1.39 KB

School Result Django Application

Django School Basic Result Application

Live link: http://fulhatahighschool.pythonanywhere.com/

You can input your subject result and get you result sheet pdf format individually.

Main featurs

  • Institute wise result and ranked
  • Class wise and ranked
  • Subject Analysis
  • Individually Result Print

Search result in your institute

image

image

Rank list in you school

image

Class analysis

image

Subject analysis

image

python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py createsuperuser
python3 manage.py runserver

When you add you marks and student details. Then you will put a command for data save in all model (database)

python3 manage.py class "class name"
python3 manage.py rank "class name"