Ouch! It hurts! Okay, I found the problem, and I'm here to confess what it was. I had unregistered the Product model from the admin site. Once I better understood what urlresolvers.reverse() was up to, the problem became very clear to me.
The reason I had unregistered Product is because I am using a custom Product model, along the lines of this article: http://thisismedium.com/tech/satchmo-diaries-part-one/ So now I have a little more work ahead of me, I reckon, to try to figure out how to better integrate my custom product model. Anyway, the moral of the story is: don't unregister your Product model! Thanks, --Stuart On Sat, May 8, 2010 at 10:11 AM, Stuart Laughlin <[email protected]> wrote: > I still get the error when I run off the dev server (i.e. ./manage.py > runserver). Therefore I don't think it's a problem with apache. > When I point my configuration at large.db, I still get the error. > Therefore I don't think it's a problem with my database. > When I run projects/large, I do not get the error. Therefore I don't > think it's a problem with satchmo itself. > > I think it must be a problem with my configuration. I'm spelunking > through urlresolvers.reverse() now to see if I can understand where it > goes wrong... > > > --Stuart > -- 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.
