* Tourneur Henry-Nicolas <[EMAIL PROTECTED]> [2008-04-06 20:30 +0200]:
>
> Hello,
>
> With the development server, I use the following line to manage static
> content :
>
> (r'^site_media/(?P.*)$', 'django.views.static.serve',
> {'document_root': '/var/www/nicolas/sites/NetPool/web/media/'}),
Hello,
With the development server, I use the following line to manage static
content :
(r'^site_media/(?P.*)$', 'django.views.static.serve',
{'document_root': '/var/www/nicolas/sites/NetPool/web/media/'}),
But now, when I run my apps with Apache and FastCGI, it seems that my requests
to sit
2 matches
Mail list logo