Bruce,

I got everything configured correctly, but I'm still having problems
adding single product variations and getting this same error.  I
followed the steps above and this is the traceback:

>>> urlresolvers.reverse('http://localhost:8000/admin/product/productvariation/',
>>>  None, {})
Traceback (most recent call last):
  File "<console>", line 1, in <module>
  File "C:\Python25\Lib\site-packages\django\django\core
\urlresolvers.py", line 254, in reverse
    *args, **kwargs)))
  File "C:\Python25\Lib\site-packages\django\django\core
\urlresolvers.py", line 243, in reverse
    "arguments '%s' not found." % (lookup_view, args, kwargs))
NoReverseMatch: Reverse for 'http://localhost:8000/admin/product/
productvariation/' with arguments '()' and keyword arguments '{}' not
found.

See my recent post on adding single product variations.  If I use the
"create_all_variations" method I have not problems.  If I try to
selectively add options using the "create_variation" method or through
the admin interface, this problem, along with the looping traceback in
my recent post, occurs.

I'd appreciate any light you could shed on the subject.

Thanks,
Jim

On Sep 23, 11:43 am, "Bruce Kroeze" <[EMAIL PROTECTED]> wrote:
> On Tue, Sep 23, 2008 at 5:45 AM, JimR <[EMAIL PROTECTED]> wrote:
>
> > Bruce,
>
> > I performed the steps you suggested and ended up with the following:
>
> > >> ViewDoesNotExist: Could not import satchmo.shop.views.admin-portal.
> > Error was: cannot import name Order
>
> > The admin-portal view was in the previous version of Satchmo, but not
> > in the latest SVN version that I am using.  I copied it over from the
> > previous version I was using, and then get this error.  I am using
> > Django release 1.0 version 9084.
>
> I deleted that view because it doesn't work with Django 1.0, and would need
> a complete redo.  I'm afraid you can't use it.
>
> Bruce Kroezehttp://gosatchmo.com
--~--~---------~--~----~------------~-------~--~----~
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