Hi When I run manage.py shell and use this code:
>>> from xxxx.page.models import * >>> p = Page() >>> dir(p) it is work well, but when in views.py I use the same then is no output? Why? I need something similat to php var_dump or pront_r (to source page or console). What I do wrong? -- 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.

