hi all,
im in the task of testing django app..
when i do the simple url tests and check for status_code it gives me 200
which is correct,,
but when i use response.template it gives nothing though i use template in
the view function...?,,,reason..?
this may sound simple for many,,,but plz help
>>> response = c.get(urlstring, {'XX_id':id})
>>> response.status_code
200
>>> response.template
>>>
--
Girish M S
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.