[SOLVED] Re: Django Dev server doesn't reflect changes

2010-07-30 Thread barun
On Jul 30, 10:33 am, Samuel Baldwin wrote: > Try clearing any server or browser caches first. > > -- > Samuel Baldwin - logik.li -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.co

Re: Django Dev server doesn't reflect changes

2010-07-30 Thread Samuel Baldwin
Try clearing any server or browser caches first. -- Samuel Baldwin - logik.li -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to dj

Re: Django Dev server doesn't reflect changes

2010-07-29 Thread Kenneth Gonsalves
On Friday, July 30, 2010 10:55:13 am barun wrote: > I've restarted the server, browser. Do I need to do anything else? browser cache? -- Regards Kenneth Gonsalves Senior Associate NRC-FOSS at AU-KBC -- You received this message because you are subscribed to the Google Groups "Django users" gro

Re: Django Dev server doesn't reflect changes

2010-07-29 Thread barun
I guess I found the solution. I cleared the browser cache, and then all the files were retrieved afresh. All changes were reflected. On Jul 30, 10:25 am, barun wrote: > Hi Developers, > > I'm using Django and it's development server to test my pages. > However, the Dev server behaves strangely. I

Django Dev server doesn't reflect changes

2010-07-29 Thread barun
Hi Developers, I'm using Django and it's development server to test my pages. However, the Dev server behaves strangely. It doesn't always reflect the recent changes made in code. For example, a file demo.js has an image reference. I had changed the image URL (and saved). But when I run the applic