Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.54 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.54 KB

Course Allocation System (OARS)

This is a course allocation system where registered students may request available courses and professors can offer courses and can optionally define filters and preferences to automatically accept or reject.

Tech

This project is built using a number of open source projects.

Setup

  1. Install Python 3.x
  2. Install Django 1.7
  3. Download the code
  4. cd to the project directory
  5. run the following command python3 manage.py runserver
  6. Done!

Site map

After installation, you can view the website at http://localhost:8000/

URL configuration (relative path):

Other facilities can be explored easily using the interface once you are logged in.

Initial settings

Site email