Team FryMe's entry in the Django Dash 2012 competition. The source code can be found here: https://github.com/reinbach/tutorus
- Greg Reinbach
- John Costa
- Ken Cochrane
Just like all the cool projects, we are on Read the Docs. http://tutorus.readthedocs.org
A demo of the application can be found here: http://rocky-brook-2492.herokuapp.com/
git clone git://github.com/reinbach/tutorus.git
mkvirtualenv tutorus
pip install -r requirements.txt
For a quick install on Mac OS X install postgres from: http://postgresapp.com/
copy one of the settings files in the tutorus/tutorus/settings
to a new file
./manage syncdb --settings=settings.john
./manage migrate --settings=settings.john
./manage runserver --settings=settings.john
./manage test --settings=settings.test
cd docs
make html