Hi Cole.
your doing nothing wrong.
it's the way the CSS is designed.

I opened a ticket a while back to change this to fetch null.css  
(which would be a blank file in svn) to avoid the error
but it was deemed overkill, and not fixed.

my workaround was to just do this in my local copies.

regards
Ian
On 28/08/2006, at 6:21 AM, Cole Tuininga wrote:

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

--
Ian Holsman
[EMAIL PROTECTED]
http://economy-chat.com It's what the economists talk about



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