2008/12/20 joshm <[email protected]>: > > For now, I have just taken the satchmo sitemaps.py and placed in my > app and then made sure I parse my url first for the sitemap, now I > have all of my external pages from the store in the sitemap as well. > > If anyone has a better idea let me know.
you can Import in a module inside your project (custom_sitemaps) the satchmo default sitemap and add sections to that without overwrite the default. http://dpaste.com/101972/ then you can import it in your urls, changing the line from satchmo.shop.views.sitemaps import sitemaps with from custom_sitemaps import sitemaps I think flatpages, brands and brand categories should be in the default, with a check if the app is enabled. -- Alessandro Ronchi Skype: aronchi http://www.alessandroronchi.net SOASI Soc.Coop. - www.soasi.com Sviluppo Software e Sistemi Open Source Sede: Via Poggiali 2/bis, 47100 Forlì (FC) Tel.: +39 0543 798985 - Fax: +39 0543 579928 Rispetta l'ambiente: se non ti è necessario, non stampare questa mail --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
