Re: Django, Apache, and CSS

2008-07-09 Thread foo
Thanks for the pointer Milan...much to my surprise, pointing my browser at http://localhost/media/style.css showed the contents of my CSS file. In the last post, by "seeing the same behavior", I meant that there was no 404 error, only a blank page...no output from the template and no stylesheet a

Re: Django, Apache, and CSS

2008-07-09 Thread foo
The contents of my base.html page are: http://www.w3.org/1999/xhtml";> {% block title %}{% endblock %} Foo Bar {% block content %} {% endblock %} {% block sidebar %} {% endblock %} As

Re: Django, Apache, and CSS

2008-07-09 Thread phillc
if you use multiple django instances, you need to add to each PythonInterpreter somestring On Jul 8, 11:52 pm, "Milan Andric" <[EMAIL PROTECTED]> wrote: > On Tue, Jul 8, 2008 at 9:47 PM, foo <[EMAIL PROTECTED]> wrote: > > > First, I want to thank you for your reply Milan!  I just recently > > j

Re: Django, Apache, and CSS

2008-07-08 Thread Milan Andric
On Tue, Jul 8, 2008 at 9:47 PM, foo <[EMAIL PROTECTED]> wrote: > > First, I want to thank you for your reply Milan! I just recently > joined the group and I'm impressed at how active the group is and how > helpful all of the advice I've found here has been. > > I've made the changes that you sugg

Re: Django, Apache, and CSS

2008-07-08 Thread Colin Bean
The blank page seems suspicious, as usually you'd be getting an error message if something was wrong with your configuration. What do you see if you view the source of that page? Perhaps there's an error in your HTML, like forgetting to close a tag. It's impossible to tell without seeing at th

Re: Django, Apache, and CSS

2008-07-08 Thread foo
First, I want to thank you for your reply Milan! I just recently joined the group and I'm impressed at how active the group is and how helpful all of the advice I've found here has been. I've made the changes that you suggested and unfortunately, I'm still seeing the same behavior. What I did w

Re: Django, Apache, and CSS

2008-07-08 Thread foo
First, I want to say thank you for your reply Milan! I just recently joined the group and I'm impressed at how active the group and how helpful all of the advice I've found here has been. I've made the changes that you suggested and unfortunately, I'm still seeing the same behavior. What I did

Re: Django, Apache, and CSS

2008-07-08 Thread Milan Andric
On Tue, Jul 8, 2008 at 7:58 PM, foo <[EMAIL PROTECTED]> wrote: > > OK, I know this has been posted in the forums before, but for some > reason, I'm still struggling to get my CSS stylesheet applied to my > django templates. I'm hoping that if I post my configuration, someone > can point out what

Django, Apache, and CSS

2008-07-08 Thread foo
OK, I know this has been posted in the forums before, but for some reason, I'm still struggling to get my CSS stylesheet applied to my django templates. I'm hoping that if I post my configuration, someone can point out what I'm missing. I have my django project at: /opt/python/django-apps/foo/