Re: Re: Odd error with ./manage.py runserver

2006-08-14 Thread Jon Atkinson
Jeremy, Thanks for the solution, I had a module in middleware_classes rather than installed_apps. --Jon On 14/08/06, Jeremy Dunck <[EMAIL PROTECTED]> wrote: > > On 8/14/06, Jon Atkinson <[EMAIL PROTECTED]> wrote: > > TypeError: 'module' object is not callable > > > > If I hit reload, everything

Re: Odd error with ./manage.py runserver

2006-08-14 Thread Jeremy Dunck
On 8/14/06, Jon Atkinson <[EMAIL PROTECTED]> wrote: > TypeError: 'module' object is not callable > > If I hit reload, everything starts to work fine again, but it's > annoying to have to reload my browser twice after each change I make. > Any ideas? It looks like you've specified a module instead

Odd error with ./manage.py runserver

2006-08-14 Thread Jon Atkinson
Hi, I'm getting a strange error when I run my application via the built in testing server. Each time I modify a source file, and the server reloads my views, the first request I make to the server prints the following to stderr: Traceback (most recent call last): File "/sw/lib/python2.4/site-