Skip to content

Commit

Permalink
Merge branch 'master' of github.com:timehome/djangodash2011
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiomcosta committed Jul 30, 2011
2 parents cf7b718 + 093d7ed commit 763be69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -4,7 +4,7 @@ run:
@cd myimgat/ && python manage.py runserver

update_deps:
@pip freeze | grep -v "git-remote-helpers" > myimgat/requirements/project.txt
@pip freeze | grep -v "git-remote-helpers" | grep -v "nose" > myimgat/requirements/project.txt

setup:
@pip install -r myimgat/requirements/project.txt
Expand Down

0 comments on commit 763be69

Please sign in to comment.