2009/1/9 Shankar Dhanasekaran <[email protected]>: > > hi all, > i want to make a few changes in the default template in satchmo. I tried > copying the template to my project directory and made some changes but these > are not reflected in the site. I even tried changing in the original template > file downloaded from svn server in vain. I deleted mercilessly most of the > code in template files but still i am seeing the same old theme and info as i > downloaded from svn server. what is happening here? anyone any idea?
Change the order of templatate dirs in settings.py or local_settings.py or add the custom directory to it. I think it's loading the default template. You can try to move the original files out of their location: if it returns a templatedoesnotexists you aren't loading your custom template dir, if it returns your changes you have an erroneus order of template dirs. -- 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 -~----------~----~----~----~------~----~------~--~---
