My thoughts, ..

1) I was confused about why there exists a DATABASE_NAME, DATABASE_PASSWORD
in the local_settings file?  Is this so that satchmo can have it's own DB?
Do you recommend satchmo get its own db or can/ should it live within my
existing application database?

Ad 1) Idea is, in my understanding, that local_settings.py holds your
installation specific data to be adapted, the normal settings hold the
general settings. Means, if you have already a database then you use that
one with that settings and I see no reason speaking against using that one
also for Satchmos tables.

2) I currently serve my static media out of /media/  is there any downside
to doing this?  I assume I can manipulate the settings (MEDIA_ROOT etc) and
copy satchmo's static files to the right location and this will work?

Ad 2) I don't think so.

3) The SECRET_KEY, should there be one in my original settings and one in my
local_settings or only the original one?

Ad 3)One is enough, and as you are suppossed anyway to have it secret, you
shouldn't use the one inside the satchmo code, as this one is known and
therefore not secret.


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