= Running tests =

django_configglue is a normal django application, so running the tests
should be as easy as running:

	cd testproject
	PYTHONPATH=.. python manage.py test django_configglue

