hey guys,
i am getting this error when i try to write my view.
when i import this, from django.http import HttpResponse, the word HttpResponse is red error. Unresolved Import: HttpResponse.
i dont understand why. i am using python 2.7 and django1.4. what i did before this is, i changed from django1.3 to django1.4.
thanks for help
doni