Thanks for the fix.

Besides adding a directory directive, one also needs to make an alias
so that http://mysite.com/media/ points to the style sheets.

I added this to the same apache config as above (and now it works):

<Directory "/usr/share/python-support/python-django/django/contrib/
admin/media/">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
    </Directory>

   Alias /media/  /usr/share/python-support/python-django/django/
contrib/admin/media/

-- 
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