local requirements without pylibmc

This commit is contained in:
Jonas Obrist 2012-08-18 03:03:17 +02:00
parent 99b4c6b5df
commit a07c5baeb4
3 changed files with 16 additions and 15 deletions

View file

@ -2,7 +2,7 @@ MANAGEPY=foreman run env/bin/python manage.py
update:
virtualenv env
env/bin/pip install -r requirements.txt
env/bin/pip install -r localrequirements.txt
$(MANAGEPY) syncdb
$(MANAGEPY) migrate