Hi Chris,

Thanks very much for responding personally.  I think what was
confusing me is I've ended up with two projects in my project.  In
other words, first I created a project with django-admin.py, then I
copied clonesatchmo.py into there and ran it.

But clonesatchmo.py creates another whole project structure in the
'store/' directory.

I was thinking 'store/' was an app within my project at first since
that was what I was expecting.

So I have '/settings.py' and '/store/settings.py' ...I guess really I
just want to copy everything out of '/store' and into the root of my
project.

I should have just used clonesatchmo.py I guess, and not created a
project first. It all makes sense now!

On Oct 28, 4:35 pm, Chris Moffitt <[email protected]> wrote:
> The store/localsite directory is just a place holder for you to put any
> custom models or non-satchmo parts to your site.
>
> For instance, if you had a store that included a blog, you could put that in
> localsite. You are free to delete or rename localsite to whatever you like
> (provided you make the same change in your installed_apps). In other words,
> it's purely for illustrative purposes to show you how to integrate Satchmo
> with other non-Satchmo apps.
>
> The local_settings.py file is more useful for the dev vs. deployment
> solution as well as providing a way to isolate your settings that you might
> not want to check into version control. Settings.py imports
> local_settings.py so  think of settings and local_settings as being tied
> together in order for you to manage your Satchmo development workflow.
>
> I hope this helps answer the question.
>
> -Chris
>
>
>
> On Wed, Oct 28, 2009 at 9:37 AM, anentropic <[email protected]> wrote:
>
> > I just installed Satchmo and I want to know the purpose of the store/
> > localsite dir installed by clonesatchmo.py
> > Also there's a 'store/local_settings.py'
>
> > What is meant by 'local' in this case?  Is it related to 'local'
> > development on a dev box vs deployment to the server?   what is the
> > separation of concerns between 'store/local_settings.py' and 'store/
> > settings.py' ?
>
> > Can I rename 'store/localsite'?  Is there any point in doing so?
>
> > just trying to get my bearings here, advice appreciated :)
--~--~---------~--~----~------------~-------~--~----~
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