The piece of code below from my own development stack

(
     r'^static/(?P<path>.*)$',
     serve,
     {'document_root': '%s/../static' % (APPLICATION,)}
)

On Sat, Mar 19, 2011 at 10:42 PM, Vladimir <veva...@yandex.ru> wrote:

> Thank You, Sultan!
> Search "django.views.static.serve" for Django 1.2 in
> http://docs.djangoproject.com/
> gives nothing. I failed to get any from Your answer, because I'm a
> beginner, You see.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>


-- 
Kind regards,
Sultan Imanhodjaev
+996 779 230 968

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to