oweals/karmaworld.git
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 Woodworthset admins + admin emails and set America/New_York...
2013-01-14 Seth Woodworthcleaning up shebang, copyright and file encoding for...
2013-01-12 Lucian UrsuUsing the production settings as the default in wsgi.py. 29/head
2013-01-12 Lucian UrsuRemoved the karmaworld/libs directory, because it's...
2013-01-12 Lucian UrsuMoved wsgi.py inside the karmaworld package because...
2013-01-12 Lucian UrsuDeleted Procfile because it's heroku specific and requi...
2013-01-12 Lucian UrsuAdding the 'apps' directory to python path in manage...
2013-01-11 Seth Woodworthforking django-taggit to the FinalsClub repo
2013-01-10 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-10 Seth Woodworthcommenting out other unused html from note_detail
2013-01-10 Seth Woodworthclean whitespace
2013-01-10 bobcalladded instructor_name / email to dj_to_world_json.py
2013-01-10 Seth Woodworthconditional display of note.desc on note_detail page
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-10 Seth Woodworthadding first run of course_detail template that lists...
2013-01-10 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-10 Seth Woodworthroute courses through /school_slug/course_slug/ instead...
2013-01-10 bobcallFixed spelling error in bin/dj_to_world.py
2013-01-09 bobcallAdded dj_to_world_json.py to bin
2013-01-09 Seth Woodworthgot prefix-less slug matching working for course_detail
2013-01-09 Seth Woodworthadding CourseDetailView, route and placeholder template...
2013-01-09 Seth Woodworthcss changes to go along with course_list / home
2013-01-09 Seth Woodworthfixing up the course_list template to be shiney and...
2013-01-09 Seth Woodworthcommenting out the logged in header template
2013-01-09 Seth Woodworthadding oauth2client requirement for the DriveAuth model
2013-01-09 Seth Woodworthchmod +x fabfile.py
2013-01-09 Seth Woodworthadding DriveAuth model to notes app, closes #10
2013-01-08 Seth Woodworthadding docs about our external css and js imports
2013-01-08 Seth Woodworthadding initial database config docs
2013-01-07 Seth Woodworthadding static files, woo
2013-01-07 Seth Woodworthadding layout documentation for sphinx
2013-01-07 Seth Woodworthadding courses init py
2013-01-07 Seth Woodworthimporting simplified templates
2013-01-07 Seth Woodworthadding course_list homepage url
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 migrations and uploads to gitignore
2013-01-03 Seth Woodworthadding notes app with Note model and adding taggit...
2013-01-02 Seth Woodworthadding docs for configuring and sourcing a virtualenv
2013-01-02 Seth Woodworthchmod +x manage.py
2013-01-02 Seth Woodworthbasing the django project on rdegges' django-skel
2012-12-20 Seth WoodworthInitial commit