WIP on mail box
[oweals/karmaworld.git] / karmaworld / settings /
2014-01-07 Bryanneed to include the model location.
2014-01-04 Charles ConnellRemember who thanked or flagged notes by session cookie...
2014-01-03 BryanAdding License tracking, upstream file tracking, and...
2013-12-31 Bryancreating moderator site for moderating flagged documents.
2013-12-25 BryanMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-12-23 Charles ConnellMinor typo
2013-12-23 Charles ConnellTweet about new notes periodically
2013-12-20 Bryanresolving merge conflict by adding both requirements.
2013-12-20 Charles ConnellAccept uploaders' email addresses
2013-12-18 Bryan BonvalletMerge pull request #164 from FinalsClub/filepick.io
2013-12-18 Charles ConnellEnforce course uniqueness
2013-12-17 BryanMerge remote-tracking branch 'origin/filepick.io' into...
2013-12-17 BryanMerge filepick.io into feature_vagrant_startup
2013-12-17 Charles ConnellRemove unused code: ajaxuploader, lightboxes, and other...
2013-12-13 Bryan BonvalletMerge branch 'filepick.io' of ssh://github.com/FinalsCl...
2013-12-13 Bryan BonvalletChanging SITE_ID from 2 (less than 1% use case) to...
2013-12-11 BryanDjango will now output useful info to gunicorn, closing...
2013-12-04 Bryanpulling in nginx config
2013-11-23 Bryan BonvalletSame meaning for psycopg2, but removing explicit localh...
2013-08-28 Seth WoodworthMerge remote-tracking branch 'origin/fabric' into fp.io
2013-08-28 Seth Woodworthwe can now create RawDocuments
2013-08-27 Seth Woodworthadd django-filepicker and a document_upload app for...
2013-02-20 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-19 Seth WoodworthMerge remote-tracking branch 'origin/test'
2013-02-13 Seth Woodworthadding django-nose testing framework to dev settings
2013-02-07 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-07 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-07 Seth Woodworthadding django-extensions helpers to manage.py
2013-02-01 Seth Woodworthadding gunicorn to production INSTALLED_APPS
2013-02-01 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
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