student marks enrolment and leader board based on percentage
For running the code in local machine, download the code and extract to a specific folder.
- Make sure you have installed python3-pip in your system. Requirements: python3 pip django (pip install django) mysqlclient (pip install mysqlclient)
After installing the above packages, go to the project folder where manage.py is located.
Run the command "python manage.py runserver"
Application will be online at localhost url. (http://127.0.0.1:8000/)