adding ipython to dev reqs
[oweals/karmaworld.git] / karmaworld / apps /
2013-01-18 Charles Holbrowadding missing import to notes.models
2013-01-14 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-14 Charles HolbrowTags field now optional. fixes #30
2013-01-14 Seth WoodworthMerge pull request #29 from LucianU/master
2013-01-14 Seth Woodworthcleaning up shebang, copyright and file encoding for...
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