Re: django searching wrong package for 'static.serve'

2009-01-17 Thread Ramiro Morales
On Sat, Jan 17, 2009 at 6:19 PM, Tim Valenta wrote: > > Hello all. Just trying to make django serve my static media files > (css is my main test case right now) during development. I've > included the lines in my URLconf as instructed by this page: > http://docs.djangoproject.com/en/dev/howto/s

django searching wrong package for 'static.serve'

2009-01-17 Thread Tim Valenta
Hello all. Just trying to make django serve my static media files (css is my main test case right now) during development. I've included the lines in my URLconf as instructed by this page: http://docs.djangoproject.com/en/dev/howto/static-files/ My issue is that this line is causing a 500 error