Re: django on apache looses all styling

2008-10-16 Thread Dj Gilcrease
In your settings.py file there is a MEDIA_URL setting and an ADMIN_MEDIA_PREFIX setting In my case I have MEDIA_URL = 'http://media.digitalxero.net/' + SITE_NAME + '/' ADMIN_MEDIA_PREFIX = 'http://media.digitalxero.net/admin/' That way all of my static files are server off my CDN (Separate serve

Re: django on apache looses all styling

2008-10-16 Thread William Purcell
I see that django documentation says to copy the admin media files so that they live within your Apache document root. I have put the media files from the django/contrib in the Apache document root. How does django/apache see them? On Thu, Oct 16, 2008 at 2:42 PM, William Purcell <[EMAIL PROTECTED

django on apache looses all styling

2008-10-16 Thread William Purcell
I am new to django, and web development in general for that matter, so please bear with me. I have done the introductory tutorial at the django web site. Everything works fine. I have now installed apache and I'm trying to serve django with mod_python installed in apache. I can now browse to localh