On Mar 23, 2:53 pm, Bob Waycott <[email protected]> wrote:
Hi Bob, > Integrating Satchmo with any other Django project, CMS or not, is going to > be a matter of ensuring that you have the following two key items in your > settings.py (and/or local_settings.py): > DJANGO_PROJECT = 'parentProject' > DJANGO_SETTINGS_MODULE = 'parentProject.settings' Hey, this sounds very cool... > Aside from that, you want to ensure that you have urls configured properly, > and also ensure that you don't wind up having namespace collisions among > models. I haven't looked at Pinax in a couple months, but I wouldn't doubt > that both Pinax and Satchmo claim some rather generic model names (such as > Category). Satchmo can be configured to serve up the shop from any base url > pattern, as the installation docs explain. All right...let me try working on it... > Aside from properly configuring your settings.py and urls.py, what else > would need to be documented to combine the two projects? Not much, I agree... However, I remember some ramblings from the past saying some more steps are required to make Satcho & Pinax play together. Moreover, there is the following item 'Create a sample project that uses Satchmo' listed in Pinax's GSOC09 Ideas section, which might imply it is not trivial. However, I do believe that it will be possible to integrate Satchmo nicely with Pinax/CMS/... Thank you for encouraging words. ;) Sincerely, Gour Sincerely, Gour --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
