You don't have to put anything in CUSTOM_PRODUCT_MODULES, as long as you make sure to get the config loaded on your own. You should be golden if you: 1) have a custom product app 2) put the app in "INSTALLED_APPS" 3) put "import config" at the bottom of the app's models.py file. All CUSTOM_PRODUCT_MODULES does is make sure to load "your.module.path.config", for custom products that aren't whole apps.
If you *do* want to use CUSTOM_PRODUCT_MODULES, then just put a fully qualified package name in there. For example: "mysite.crazyproduct" On Tue, Aug 18, 2009 at 10:12 AM, Bob Waycott <[email protected]> wrote: > My method doesn't require much "hooking up" of anything other than admin > site registration. > Take a look at Part One. It's pretty easy to digest, I think. > > Let me know if you have any questions afterward. > > Best, > > Bob > > > > -- Bruce Kroeze http://solidsitesolutions.com Dynamic Designs, Optimized --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
