Refactor Note > Document, an Abstract Base Class
[oweals/karmaworld.git] / fabfile.py
2013-03-18 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-03-18 Seth WoodworthMerge pull request #100 from LucianU/master
2013-03-08 Lucian UrsuMade deployment work on local machines.
2013-02-28 Lucian UrsuAdded another task that handles the first deploy.
2013-02-28 Lucian UrsuChanged the deploy task to only deploy new changes...
2013-02-28 Lucian UrsuRenamed and fixed a task and added more tasks, all...
2013-02-22 Lucian UrsuAdded tasks to manage the gunicorn process. Fixes #86.
2013-02-22 Lucian UrsuUsing a single, more general function to manage supervi...
2013-02-22 Lucian UrsuAdded Fabric tasks for celeryd. Fixes #87.
2013-02-22 Lucian UrsuUpdated the 'update_code' task to also checkout the...
2013-02-22 Lucian UrsuAlso specifying the branch in the environment-related...
2013-02-22 Lucian UrsuSpecifying the path to the conf files in the environmen...
2013-02-22 Lucian UrsuSplit the static files management into several tasks.
2013-02-22 Lucian UrsuAdded a 'here' task which runs commands locally. Specif...
2013-02-22 Lucian UrsuRemoved the env.run variable, because it's not needed.
2013-02-22 Lucian UrsuUsing a single task to sync the db and run migrations.
2013-02-22 Lucian UrsuAdded the 'task' decorator to some functions that are...
2013-02-22 Lucian UrsuRemoved unused command from fabfile.
2013-01-18 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-16 bobcallAdded missing env.run to fabfile.py
2013-01-15 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-15 Seth Woodworthimporting much of Lucian's fabfile.py from django-start...
2013-01-09 Seth Woodworthchmod +x fabfile.py
2013-01-02 Seth Woodworthbasing the django project on rdegges' django-skel