> What have I left out of this Virtualhost configuration?

Warning: This is a the very limit of my understanding of Django; but I
have the following
section in my apache configuration file; I see you have already
aliased media to point somewhere
else.

   Alias /media/ "/usr/local/django/django/contrib/admin/media/"
   <Directory "/usr/local/django/django/contrib/admin/media/">
      Order allow,deny
      Options Indexes
      Allow from all
      IndexOptions FancyIndexing
   </Directory>

HTH - Joakim

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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