I\'m running this command:
python manage.py test project.apps.app1.tests
and it causes this error:
AttributeError: \
Use:
./manage.py shell
followed by
import myapp.tests
to find the nature of the import error.