Hello...
I'm experiencing the same issue trying to get a custom project module
working on Satchmo 0.9-pre-SVN-1943 with Django 1.0-final-SVN-9342.
(My app does show up on the main admin page, but not in the project
settings area). The documentation indicates adding your app name to
the CUSTOM_PRODUCT_MODULES setting, but doesn't indicate where this
setting is located. The only mention of it I found was in /satchmo/
apps/satchmo_store/shop/satchmo_settings.py . Is this actually where
this should be changed? If I change it to my 'app_name' or my
'project_name.app_name', I get a SettingNotSet: PRODUCT.PRODUCT_TYPES
error in my log, even though I have:

from django.utils.translation import ugettext_lazy as _
from satchmo.configuration import config_get

PRODUCT_TYPES = config_get('PRODUCT', 'PRODUCT_TYPES')

PRODUCT_TYPES.add_choice(('app_name::model_name', _('Model Name')))

in a config.py file in my app. With the CUSTOM_PRODUCT_MODULES setting
left blank, I get a constant "No Shop Config found, using test shop
config for site=1" error in my log whenever a page is requested, even
though I have a store configuration set in the admin. Are the two
related (as they seem to be)? This same model/set of configurations
worked just fine in Satchmo .81 SVN so this is something new (though
it looks like Satchmo has been extensively refactored since then).
Thanks for any input.

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