What Browser are you using? Fwiw, whenever I develop in Safari, I notice it is just notorious for needing its cache emptied all the time. Thus, I develop with FF, with cache completely disabled.
Also, having cache enabled in your Django/Satchmo project could contribute. I developed all of our store with CACHE_TIMEOUT=0 until we were ready to launch. Alex Robbins wrote: > Are you caching things? You might need to restart memcache when you > restart other things. > > On Tue, Aug 25, 2009 at 8:08 PM, Chris Moffitt <[email protected] > <mailto:[email protected]>> wrote: > > Are you sure that your settings file has the right TEMPLATE_DIRS > settings for each environment? I'm guessing that there's some > difference between your dev and prod environments. > > Since you're on Dreamhost, you may want to double check that you > really are restarting the right processes. > > -Chris > > > On Tue, Aug 25, 2009 at 7:44 PM, neridaj <[email protected] > <mailto:[email protected]>> wrote: > > I had this problem when I started developing this project (my > first) > on my server space at Dreamhost, so as suggested by a forum > member I > began developing on my local machine with the django dev > server. Why > is it that changes made to templates are not reflected upon > restarting > the server or refreshing the browser, am I missing something? > Is there > something everybody else knows but me? It''s really > frustrating when > changes you make, including deleting the whole file, make no > difference when you refresh or restart. I've never had these > problems > developing with PHP or straight HTML so I have no idea what I > could be > doing wrong. > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
