local requirements without pylibmc
This commit is contained in:
parent
99b4c6b5df
commit
a07c5baeb4
3 changed files with 16 additions and 15 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue