On 8/17/06, Sean Schertell <[EMAIL PROTECTED]> wrote:
> I'm trying to get my first django project off the ground but I've hit
> snag that I can't seem to get around. I've made a base.html template
> and an index.html template that extends the base (pretty standard
> stuff I think).
>
> But django barfs up this error:
> -----------------------------
> AttributeError at /
> 'NoneType' object has no attribute 'push'
> -----------------------------

Hey Sean,

I suspect the problem is in how you're loading the template and
rendering it. Can you paste us the code in your view that loads the
template, passes it a context and renders it? If you're not sure what
code I'm talking about, just paste us your whole view, if that's
possible.

Adrian

-- 
Adrian Holovaty
holovaty.com | djangoproject.com

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to