I'm working with a Satchmo store installation that should reside within an existing django project. This django project has its own settings.py, local_settings.py, templates as well as templates for some of the various apps that have been installed.
Can you please suggest the steps to integrate satchmo store inside an existing django project with satchmo store using the django projects settings.py, local_settings.py, templates and database?