Re: Updating a model method

2009-03-31 Thread Thomas Guettler
Graham Dumpleton schrieb: > > > On Mar 31, 1:43 am, Thomas Guettler wrote: >> Hi, >> >> If you only change the method, but no model, you don't need to call 'syncdb'. >> >> If your webserver is configured correct, then you just need to hit ctrl-r >> (reload >> in firefox). >> >> This should w

Re: Updating a model method

2009-03-30 Thread Graham Dumpleton
On Mar 31, 1:43 am, Thomas Guettler wrote: > Hi, > > If you only change the method, but no model, you don't need to call 'syncdb'. > > If your webserver is configured correct, then you just need to hit ctrl-r > (reload > in firefox). > > This should work if you use the development server of dj

Re: Updating a model method

2009-03-30 Thread Miguel
thank you, you were right. It was an apache problem. Miguel Sent from: Madrid Spain. On Mon, Mar 30, 2009 at 4:43 PM, Thomas Guettler wrote: > > Hi, > > If you only change the method, but no model, you don't need to call > 'syncdb'. > > If your webserver is configured correct, then you just ne

Re: Updating a model method

2009-03-30 Thread Thomas Guettler
Hi, If you only change the method, but no model, you don't need to call 'syncdb'. If your webserver is configured correct, then you just need to hit ctrl-r (reload in firefox). This should work if you use the development server of django. If you use apache with mod_wsgi you need to set maximu