> > On Jan 9, 4:12 pm, Shankar Dhanasekaran <[email protected]> > wrote: > > 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? > > > Take a look at your settings TEMPLATE_LOADERS = ( 'django.template.loaders.filesystem.load_template_source', 'django.template.loaders.app_directories.load_template_source', # 'django.template.loaders.eggs.load_template_source', )
Make sure the filesystem.load_template_source comes before the app_directories.load_template_source, or your template directory will never be searched. -- Bruce Kroeze http://gosatchmo.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
