I fixed the problem by moving my product module to from myapp/ to myapp/store/product/modules and changing the models.py and admin.py files to conform with the schema present in the other satchmo extended product modules (class MyCustomModelAdmin(ProductOptions) --> class MyCustomModelAdmin(admin.ModelAdmin) etc..)
It seems to work now, although I haven't written any templates for the module yet so maybe it's still not right, however the admin site seems to show that the module is properly registered. On 14 Juli, 20:45, Chris Moffitt <[email protected]> wrote: > Do you have a valid site and Satchmo config instance configured in the > admin? > > -Chris -- 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.
