C> I'm curious, is there a way to do this without regenerating all of
 C> the code inside of the views.py file?

 C> I've been reading about setting up templatetags, would this work for
 C> what I want to do, and if so would it be better?

Regenerating?

The polls or latest_poll_list should somehow be put in the rendered
Context, it won't appear automagically.  And the easiest way to do this, is
to pass it explicitly.

-- 
Andrey V Khavryuchenko            
Django NewGate -  http://www.kds.com.ua/djiggit/
Development - http://www.kds.com.ua 

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to