Skip to content

Commit

Permalink
add install-prod command to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbrewer committed Jan 4, 2016
1 parent da698e1 commit cf88337
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -7,6 +7,8 @@ superuser:
${manage} createsuperuser
install-dev:
${install} -r requirements/dev.txt
install-prod:
${install} -r requirements/prod.txt
migrate:
${manage} migrate
run:
Expand Down

0 comments on commit cf88337

Please sign in to comment.