Re: Admin looking for media/css/null?

2006-08-27 Thread Don Arbow
On Aug 27, 2006, at 1:21 PM, Cole Tuininga wrote:Hi folks - I'm setting up Django with mod_python and I've come acrossa little problem.  When using the admin area, I get an error in myapache logs.  Here's an example:[Sun Aug 27 16:15:59 2006] [error] [client 127.0.0.1] File does notexist: /usr/lib/

Re: Admin looking for media/css/null?

2006-08-27 Thread James Bennett
On 8/27/06, Cole Tuininga <[EMAIL PROTECTED]> wrote: > What am I doing wrong? Nothing at all; have a look at the stylesheet the admin uses: http://code.djangoproject.com/browser/django/trunk/django/contrib/admin/media/css/base.css It's known as the "high pass filter"[1] and is used to keep Inte

Re: Admin looking for media/css/null?

2006-08-27 Thread Ian Holsman
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

Admin looking for media/css/null?

2006-08-27 Thread Cole Tuininga
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.