cd {build_dir}; django-admin test --settings=YOURMODULE.test_settings --pythonpath=. [YOURMODULE.tests]Where YOURMODULE is the top-level dir which contains a specific Django settings named test_settings.py and contains a tests/ subdir for the auto tests to pass.
It looks like you're new here. If you want to get involved, click one of these buttons!