Hi folks - I'm setting up Django with mod_python and I've come across
a little problem.  When using the admin area, I get an error in my
apache logs.  Here's an example:

[Sun Aug 27 16:15:59 2006] [error] [client 127.0.0.1] File does not
exist: 
/usr/lib/python2.4/site-packages/Django-0.95-py2.4.egg/django/contrib/admin/media/css/null,
referer: http://localhost:8000/media/css/base.css

Relevant portions of my apache conf looks like this:

        SetHandler python-program
        PythonHandler django.core.handlers.modpython
        SetEnv DJANGO_SETTINGS_MODULE lll.settings
        PythonDebug On

        Alias /media 
/usr/lib/python2.4/site-packages/Django-0.95-py2.4.egg/django/contrib/admin/media
        <Location "/media">
                SetHandler None
        </Location>

What am I doing wrong?

-- 
Cole Tuininga
http://www.tuininga.org/

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

Reply via email to