I FIGURED IT OUT:

{% satchmo_category %} gets called in more than one template (at this
point, I don't know how many templates). I found it being called again
in /satchmo/apps/product/templates/product/category.html. I copied
that template to my templates folder, changed that call to
satchmo_category_kevin, and my changes stuck.

Now, is that right? If it's called in base.html, does it need to be
called again in category.html, which extends base.html? Also, the
first call in the top of that tag is {% extends "shop/base.html" %}.
Does it need the "shop" bit, or should it just be "base.html"?

Kevin

On Jul 16, 11:20 am, kcharvey <[email protected]> wrote:
> I just tried that, got rid on both __init__.pyc files and
> satchmo_category_kevin.pyc, then restarted the server (generating
> new .pyc files). Alas, still no change. Am I making that change in the
> right place?
>
> On Jul 16, 11:12 am, Bob Waycott <[email protected]> wrote:
>
> > you could try getting rid of any stale pyc files... but there's no setup
> > routine for a django app.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Satchmo 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/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to