Re: having trouble with css file location

2007-01-20 Thread rsie
Thanks for your response! I finally got it working. I was using the dev server and with your link I was able to cobble together some responses there. After playing around a bit I now see what is going on. One of the responses was that maybe /media/ was "special" in some way. I was using that dir

Re: having trouble with css file location

2007-01-20 Thread Karen
Are you using the development server? If so, have you read and followed the instructions here: http://www.djangoproject.com/documentation/static_files/ ? (I too started out by trying to set MEDIA_ROOT to get Django to serve up my stylesheets, but it won't do it. It seems from various comments