Using the production settings as the default in wsgi.py.
[oweals/karmaworld.git] / karmaworld / apps /
2013-01-10 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-10 Seth Woodworthclean whitespace
2013-01-10 Seth Woodworthadd slug and get_absolute_url method for the Note model
2013-01-10 Seth Woodworthadding first pass of note viewing page, iframe NotImple...
2013-01-09 Seth Woodworthadding CourseDetailView, route and placeholder template...
2013-01-09 Seth Woodworthadding DriveAuth model to notes app, closes #10
2013-01-07 Seth Woodworthadding courses init py
2013-01-07 Seth Woodworthadding Couse fkey to Note model
2013-01-07 Seth Woodworthorganizing course model and adding update_note_count...
2013-01-04 Seth Woodworthfixing some note model save functionality
2013-01-04 Seth Woodworthadding courses app, Course and School models
2013-01-03 Seth Woodworthadding notes app with Note model and adding taggit...
2013-01-02 Seth Woodworthbasing the django project on rdegges' django-skel