Grade Management System
Requirements-
1.Python 3.4.4 2.Django 1.9.4
If you are using Ubuntu 14.04,Python 3.4 is installed in it by default.Run the following commands-
- sudo apt-get update
- sudo apt-get install python3-pip
- sudo pip3 install django
For verification django-admin --version
Follow the following steps to run the software after installation-
- Pull the contents form the Github url- https://github.com/ajeet97/GradeManagementSystem.git
- Move to the directory and run python manage.py runserver
- Open 127.0.0.1:8000 in browser.