Added a 'here' task which runs commands locally. Specifying the 'run' function as...
[oweals/karmaworld.git] / fabfile.py
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