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/
> >
>
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',
>
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'
3 matches
Mail list logo