Re: django admin css problem

2010-12-02 Thread octopusgrabbus
I failed to provide the following information in a similar post, and it slowed down responses. 1) What web server are you using? If it is not the built in development server, please provide the configuration for Django. 2) Check your application's settings.py file and make sure the appropriate

Re: django admin css problem

2010-12-02 Thread ozgur yilmaz
I found the answer. The problem was about the apache (httpd) configuration. When i add the following to httpd config, the problem is solved: AllowOverride None Options None Order allow,deny Allow from all Alias /media/

django admin css problem

2010-12-02 Thread ozgur yilmaz
Hi, Yesterday i moved my site to a linux solution. Everything is going fine, except admin site. When i go to url example.com/admin, the template doesnt work. When i look at the source, i see these: But i dont have any urls or files on example.com/media/css/base.css or