As it is failing to import django.test module, unit test does not work.
>>> import django.test
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python27\lib\site-packages\django\test\__init__.py", line 5, in <mod
le>
from django.test.client import Client, RequestFactory
File "C:\Python27\lib\site-packages\django\test\client.py", line 21, in <modu
e>
from django.test import signals
ImportError: cannot import name signals
>>>
Please some one help me in resolving it. I am using django version 1.3
python manage.py shell? – Thibault J Jul 28 '11 at 8:31codefrom question. Please Edit your question to indent only thecodeand not indent the question. – S.Lott Jul 28 '11 at 10:17