Django version 1.3 alpha 1 - no css in admin when using builtin webserver

2010-12-22 Thread fredrik70
Hi all, Just getting back to some django devel after a few years hiatus. Have a problem with css on my dev webserver (just the builtin one that comes with django). Running this on windows XP. It refuses to serve the css for the admin site. I haven't changed anything in the settings.py and what I re

Re: No css in Admin

2009-07-01 Thread Some Guy
Found the problem. I was overriding change_list.html and somehow base.css is not being included. I manually linked it into my base.html and it works now. I was seeing change_list.css, or whatever, and thought that was all that was needed. On Jul 1, 1:46 pm, Xavier Ordoquy wrote: > On Wed,

Re: No css in Admin

2009-07-01 Thread Xavier Ordoquy
On Wed, 2009-07-01 at 13:01 -0700, Some Guy wrote: > Hi Group, > I've look all over to find the answer but am now posting out of > desperation :) > > I have a dev and prod server (apache2, mod_python) > > on the production server the css and js for the admin site does not > work. (except for the

No css in Admin

2009-07-01 Thread Some Guy
Hi Group, I've look all over to find the answer but am now posting out of desperation :) I have a dev and prod server (apache2, mod_python) on the production server the css and js for the admin site does not work. (except for the login page) The images show up but no css styles are applied. Als