Unverified Commit a177da49 by Troy Sankey Committed by GitHub

Merge pull request #56 from edx/pwnage101/add-migrate-target

Add "migrate" and "static" make targets for devstack integration
parents d5169725 abd73010
......@@ -38,6 +38,12 @@ coverage: diff-coverage diff-quality
create-index:
python manage.py rebuild_index
migrate:
python manage.py migrate --noinput
static: # provide the static target for devstack's tooling.
@echo "The notes service does not need staticfiles to be compiled. Skipping."
requirements:
pip install -q -r requirements/base.txt --exists-action=w
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment