tests:
	@cd projects/django_project ; PYTHONPATH=../../..:${PYTHONPATH} python manage.py test my_app;
	@python runtests.py;
