Re: Admin CSS in mod_python vs. runserver

2006-01-24 Thread Darryl Caldwell
Yes, thanks the for reply. I found that info 30secs after sending the darn email. ;-( I will be more diligent in the future. -D On 1/24/06, Eric Walstad <[EMAIL PROTECTED]> wrote: On Tuesday 24 January 2006 11:10, Darryl Caldwell wrote:> Hi,>> When I connect to the admin system to my app via mod_p

Re: Admin CSS in mod_python vs. runserver

2006-01-24 Thread Adrian Holovaty
On 1/24/06, Eric Walstad <[EMAIL PROTECTED]> wrote: > This is a FAQ (although it's not on the FAQ page). Please read the > docs first next time: > > I've added it to the FAQ. http://www.djangoproject.com/documentati

Re: Admin CSS in mod_python vs. runserver

2006-01-24 Thread Eric Walstad
On Tuesday 24 January 2006 11:10, Darryl Caldwell wrote: > Hi, > > When I connect to the admin system to my app via mod_python I am > not getting the css, images, or javascript. But when I run it using > the development server (python manage.py runserver) id do. > > Why is this? > > -D Hi Darryl,

Re: Admin CSS in mod_python vs. runserver

2006-01-24 Thread Darryl Caldwell
oops! Nevermind. Ok I see that this has been explained here: http://www.djangoproject.com/documentation/modpython/ -DOn 1/24/06, Darryl Caldwell <[EMAIL PROTECTED]> wrote: Hi, When I connect to the admin system to my app via mod_python I am not getting the css, images, or _javascript_. But when

Admin CSS in mod_python vs. runserver

2006-01-24 Thread Darryl Caldwell
Hi, When I connect to the admin system to my app via mod_python I am not getting the css, images, or _javascript_. But when I run it using the development server (python manage.py runserver) id do. Why is this? -D