On 06/23/2011 05:05 AM, Nikhil Somaru wrote:
for a quick fix you could also

import pdb
pdb.set_trace()

that will drop a shell in your "runserver" window and let you explore the value of variables in the context


+1 on pdb

http://www.doughellmann.com/PyMOTW/pdb/


--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to