test:
	cd test_project; python manage.py test

deploy_demo:
	git subtree push --prefix test_project heroku master
