Skip to content

Rapid prototype for the Computer Corner Management System for Liam Peyton's Project Management Class at the University of Ottawa.

Notifications You must be signed in to change notification settings

tecywiz121/seg4105-ccms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seg4105-ccms

Rapid prototype for the Computer Corner Management System for Liam Peyton's Project Management Class at the University of Ottawa.

Installation

Installing and configuring the CCMS Demo is fairly simple. The basic steps are to create a virtual environment, install the required packages, and sync the database. To get started:

$ cd /source/directory/
$ virtualenv -p python2.7 venv
$ source ./venv/bin/activate
$ pip install -r requirements.txt
$ ./manage.py syncdb
$ ./manage.py migrate

There you go!

Development Server

To run the development server locally, execute:

$ source ./venv/bin/activate
$ ./manage.py runserver

About

Rapid prototype for the Computer Corner Management System for Liam Peyton's Project Management Class at the University of Ottawa.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages