Well there's still the 4 files, but yes, you're right. For some reason I thought there were more static files to manage during upgrades, but those four are actually easy to manage manually!
Erik On 30.01.2009, at 19:24, Bernard wrote: > > The css file from Satchmo's demo shop is the one you'll need to > override with your own Erik. > > There's no need in keeping them. Why would you want to keep the demo > store's stylesheet? > > I kept the css rules from the demo store and then made my own. > > take a look with firebug at a recent satchmo shop I've made: > http://www.crystalinteriorsboutique.com/shop/ > > > > On Jan 30, 12:07 pm, Erik Allik <[email protected]> wrote: >> I have to serve all static media (except for the admin interface) >> from >> the same base URL (MEDIA_URL). How do I achieve this without mixing >> up >> Satchmo's and my own static files? >> >> Erik >> >> On 30.01.2009, at 5:05, Bernard wrote: >> >> >> >>> Keep it separate from Satchmo's. I usually keep my static folder on >>> the same level as my django's app & my templates: >> >>> my-django-project >>> | >>> |- static >>> |-css >>> |-js >>> |-images >>> | >>> |- my-django-app (or my satchmo store app) >>> | >>> |- my templates (all your templates and the one you overrided >>> over satchmo's) >>> | >>> |- settings.py >>> | >>> |- urls.py >> >>> On Jan 29, 7:19 pm, Erik Allik <[email protected]> wrote: >>>> Sorry if this has been brought up before, but should I keep my own >>>> project's static files separate from Satchmo's for better >>>> upgradability or should I just put them into the same static file >>>> tree >>>> as Satchmo? If yes, how should I do Satchmo version upgrades? >> >>>> This whole static file managing/reusing/etc thing is complicated, >>>> but >>>> how are people doing this? >> >>>> Erik >> >> > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
