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, This is a FAQ (although it's not on the FAQ page). Please read the docs first next time: <http://www.djangoproject.com/documentation/modpython/#serving-the-admin-files> I found that by searching google for "django mod_python css", the first hit returned: <http://www.google.com/search?q=django+mod_python+css> Have fun!

