Re: Please help me with static files serving

2008-12-09 Thread Oleg Oltar
That did the trick :) Works now! Thanks On Tue, Dec 9, 2008 at 9:38 AM, Jeff Anderson <[EMAIL PROTECTED]>wrote: > Oleg Oltar wrote: > > Hi! > > > > I am trying to setup django to use static files for development purposes. > > I used http://docs.djangoproject.com/en/dev/howto/static-files/ > > >

Re: Please help me with static files serving

2008-12-08 Thread Jeff Anderson
Oleg Oltar wrote: > Hi! > > I am trying to setup django to use static files for development purposes. > I used http://docs.djangoproject.com/en/dev/howto/static-files/ > > But actually failed to serve anything :( > > My urls.py > > urlpatterns = patterns('django.views.generic.simple', >

Please help me with static files serving

2008-12-08 Thread Oleg Oltar
Hi! I am trying to setup django to use static files for development purposes. I used http://docs.djangoproject.com/en/dev/howto/static-files/ But actually failed to serve anything :( My urls.py urlpatterns = patterns('django.views.generic.simple', (r'','direct_to_template'