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