On Thu, Nov 20, 2008 at 1:42 AM, hongshenghuo <[EMAIL PROTECTED]>wrote:

>
>
>
> On 9月25日, 下午12时50分, BenO <[EMAIL PROTECTED]> wrote:
> > Version Django 1.0, satchmo svn trunk.
> >
> > I navigate to the admin page, login, then get this error on line 2 of
> > templates/admin/order_sidebar.html:
> >
> > 'satchmo_adminorder_tags' is not a valid tag library: Could not load
> > template library from django.templatetags.satchmo_adminorder_tags,
> > cannot import name is_multihost_enabled
> >
> > Line 2 is
> >
> > {% load satchmo_currency satchmo_adminorder_tags %}
> >
> > Again, what am I missing? Something I need to enable?
> >
> > Thanks x2.
> >
> > Ben
>

Did you get this fixed?  If not, use the shell and try to load the function
and template tags manually.  This should work.

$./manage.py shell

In [1]: from satchmo.shop.utils import is_multihost_enabled

In [2]: from satchmo.shop.templatetags import satchmo_adminorder_tags

In [3]:

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