The Django 1.4 documentation on tests states:
For a given Django application, the test runner looks for doctests in two places: The
For a given Django application, the test runner looks for doctests in two places:
The
Use nosetests with plugin for django (django-sane-testing or django-nose) and use the --with-doctest flag.