Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

Commit

Permalink
Merge branch 'release/0.4.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Sep 24, 2012
2 parents 4c52650 + d19ac0b commit 15960b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -31,7 +31,7 @@ run: .env/ manage.py
# target: db - Init and migrate application db # target: db - Init and migrate application db
.PHONY: db .PHONY: db
db: .env/ manage.py db: .env/ manage.py
$(PYTHON) manage.py migrate upgrade head -c $(CONFIG) $(PYTHON) manage.py alembic upgrade head -c $(CONFIG)




# target: audit - Audit source code # target: audit - Audit source code
Expand Down

0 comments on commit 15960b5

Please sign in to comment.