Hello,

With the development server, I use the following line to manage static 
content :

(r'^site_media/(?P<path>.*)$', '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 site_media are not handled any more.

Instead, apache try to read /var/www/site_media which doesn't exist.

I'm running django 0.96.

If you have an idea this would be really great to help me.
-- 
Tourneur Henry-Nicolas

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to