I'm using svn install.  I am using the same virtualhost for django and
static files, with ADMIN_MEDIA_PREFIX set to '/media/', which I
believe was the default.

The admin app works fine so far, but the server gives me a 404 on the
css files:

      Using the URLconf defined in testproject.urls,
      Django tried these URL patterns, in this order:
          ^admin/
      The current URL, media/css/base.css, didn't match any of these.

Can anyone help me with this problem?  I really don't understand how
the ADMIN_MEDIA_PREFIX interacts with the urlconf settings.

Thank you,
Arthur


--

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