having trouble with templates recognizing locations of css files

2007-01-20 Thread rsie
I'm not sure what to do to get my templates to resolve the css file locations. My media files are located at: /home/rsie/projects/django_templates/media/css. I then set MEDIA_ROOT=/home/rsie/projects/django_templates and then defined in my template, but it can't locate the css file.

having trouble with css file location

2007-01-20 Thread rsie
I'm having trouble getting my templates to recognize the location of my css files. I've set MEDIA_ROOT to /home/rsie/projects/django_templates which has a directory media/css under it. The following is the stylesheet line in my template: . Problem is it never resolves the location corre

Re: having trouble with css file location

2007-01-20 Thread rsie
ther webserver, there are also some > pointers on that page to other pages to guide setting up your > production webserver to serve yourcssfiles. > > Hope this helps, > Karen > > rsie wrote: > > I'm having trouble getting my templates to recognize the location o

ImproperlyConfigured: Error importing middleware django.contrib.sessions.middleware: "No module named mysite"

2007-01-26 Thread rsie
Hi, I am attempting to switch to apache+mod_python, but running into the error above. /*environment*/ fedora 5 apache 2.2 python 2.4 django 0.95 /*project location*/ /home/rsie/projects/mysite /*server root*/ /var/www/html /*Django install location*/ /home/distributions/Django-0.95