on file upload success, redirect back to course page, with thank you message and...
[oweals/karmaworld.git] / karmaworld / settings /
2013-02-01 Seth Woodworthremoving caching from development settings
2013-02-01 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-01 Robert CallRemoved AWS var., see secret/static_s3
2013-02-01 Robert CallFixed common.py and dev.py
2013-02-01 Charles HolbrowMerge branch 'master' of https://github.com/FinalsClub...
2013-02-01 bobcallAdded s3 buckets / DB secrets file imports to /karmawor...
2013-02-01 Charles HolbrowMerge branch 'master' of https://github.com/FinalsClub...
2013-02-01 Charles Holbrowadding pylibmc to production requirements, removing...
2013-02-01 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-01 Charles HolbrowConfiguring production settings for postgresql #67...
2013-02-01 Charles Holbrowtesting PyLibMCCache as caching backend
2013-01-30 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-29 Seth Woodworthadding django-grapelli, and adding a fkey lookup from...
2013-01-18 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-17 Seth Woodworthadding ajaxuploader to installed apps in settings/common.py
2013-01-14 Charles HolbrowDebug Toolbar will no longer interrupt our redirects
2013-01-14 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
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-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