Re: running django from apache2 or from runserver behaves different when using custom admin templates and css

2008-10-29 Thread anonymous
I forgot to say that my problem is different from http://docs.djangoproject.com/en/dev/howto/deployment/modpython/#id3 , as I want to use my custom css and js that lives in myproj/myapp/ static but not those that live ni django/contrib/admin/media. What is more, I wouldn't want to change anything

running django from apache2 or from runserver behaves different when using custom admin templates and css

2008-10-29 Thread anonymous
The custom admin templates I've put into my application templates/ admin folder are ignored when I'm using apache2 (http:// myapp.mydomain.org) but are running when I'm using runserver (http:// localhost:8000). On the contrary, custom admin css and js are running when using apache2 but aren't