Re: Admin formatting

2008-12-21 Thread MS
Thanks to Graham and Jeff. I moved my code out of the document root and used the proper alias to tell Apache where to find Django's admin.media files. Problem solved ? MS > For mod_wsgi see: > >  http://code.google.com/p/modwsgi/wiki/IntegrationWithDjango >  http://code.google.com/p/modwsgi/w

Re: Admin formatting

2008-12-20 Thread Graham Dumpleton
On Dec 21, 12:54 pm, Jeff Anderson wrote: > MS wrote: > > I am learning Django under Windows Vista. > > > I am using Python 2.5 and Wamp5. The document root for Apache is set > > to c:/wamp/www/ > > > I have a project under c:/wamp/www/DjangoProjects/mysite > > Don't do that. You don't need you

Re: Admin formatting

2008-12-20 Thread Jeff Anderson
MS wrote: > I am learning Django under Windows Vista. > > I am using Python 2.5 and Wamp5. The document root for Apache is set > to c:/wamp/www/ > > I have a project under c:/wamp/www/DjangoProjects/mysite > Don't do that. You don't need your python code in the document root, and it's a bad idea

Admin formatting

2008-12-20 Thread MS
I am learning Django under Windows Vista. I am using Python 2.5 and Wamp5. The document root for Apache is set to c:/wamp/www/ I have a project under c:/wamp/www/DjangoProjects/mysite If I run it using the Django built-in server it works fine. If I run it using Apache and wsgi-python the applic