Hi all,
I created a custom product extension in my store as per instructions
here: http://satchmoproject.com/docs/dev/custom-product.html. As
part of my configurations, I created an admin class for the extension
and added it as an inline of the Product admin class. Now if I try to
*add* a new Product in the Django Admin Site I get the Product page
and inlined extension successfully rendered.
Programmatic creation of a product and correspondent extension object
also works without problems.
However, when I try to *edit* that product in the Admin Site it gives
me:
TemplateSyntaxError at /admin/product/product/1/
Caught NoReverseMatch while rendering: Reverse for
'localsite_book_change' with arguments '(1,)' and keyword arguments
'{}' not found.
Can anyone point me in the right direction as to what I might be
missing?
My environment is:
- python 2.6
- django 1.2.4
- satchmo development branch
thanks,
--lucio
--
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.