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.
This project is built using a number of open source projects.
- Install Python 3.x
- Install Django 1.7
- Download the code
- cd to the project directory
- run the following command
python3 manage.py runserver
- Done!
After installation, you can view the website at http://localhost:8000/
URL configuration (relative path):
- admin: /admin
- login: /auth/login
- logout: /logout
- password reset: /password_reset
- password change: /password_change*
- student: /student
- professor: /professor
- dugc: /dugc
Other facilities can be explored easily using the interface once you are logged in.
- email: oars.django@gmail.com