Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 561 Bytes

File metadata and controls

21 lines (15 loc) · 561 Bytes

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-

  1. sudo apt-get update
  2. sudo apt-get install python3-pip
  3. sudo pip3 install django

For verification django-admin --version

Follow the following steps to run the software after installation-

  1. Pull the contents form the Github url- https://github.com/ajeet97/GradeManagementSystem.git
  2. Move to the directory and run python manage.py runserver
  3. Open 127.0.0.1:8000 in browser.