change href='{{ MEDIA_URL }}/static/PageStyle.css' /> to href='{{ MEDIA_URL }}static/PageStyle.css' />
-----Original Message----- From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of octopusgrabbus Sent: 29 January 2011 21:17 To: Django users Subject: Re: Django Template CSS Load Path I still cannot get the css page to load. On Jan 19, 4:02 pm, Matías Iturburu <maturb...@gmail.com> wrote: > On Wed, Jan 19, 2011 at 5:30 PM, Eduardo Cereto Carvalho < > > eduardocer...@gmail.com> wrote: > > You can use MEDIA_URL conf to get the root path to your media files. > > > <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/site.css" > > /> > My MEDIA_URL is MEDIA_URL = 'http://localhost:8002/' I have added <link rel="stylesheet" type="text/css" href='{{ MEDIA_URL }}/static/PageStyle.css' /> to my base template. I'm not sure what changes I'm supposed to make regarding TEMPLATE_CONTEXT_PROCESSORS. I don't have that constant in my settings.py nor do I have 'django.core.context_processors.request' or 'django.core.context_processors.media' in any of my application files. tnx cmn > the above code is correct, just make sure that you are using the media > context processor or returning a RequestContext, not just plain Context. > Check out your settings.py for this one of this in the > TEMPLATE_CONTEXT_PROCESSORS constant. > > 'django.core.context_processors.request', > 'django.core.context_processors.media', > > > > > > > On Wed, Jan 19, 2011 at 5:55 PM, octopusgrabbus <old_road_f...@verizon.net > > > wrote: > > >> I am trying to load a css file in my base.html template > > >> <html> > >> <!-- Test Comment --> > >> <head> > >> <title>{% block title %}Test{% endblock %} </title> > >> <link rel="stylesheet" type="text/css" href="css/amr.css" /> > >> </head> > > >> What kind of path is supposed to go in the href? Is it relative to the > >> document root? > > >> Does anyone have an example of loading a css file including the Apache > >> configuration? > > >> Thanks. > >> cmn > > >> -- > >> You received this message because you are subscribed to the Google Groups > >> "Django users" group. > >> To post to this group, send email to django-users@googlegroups.com. > >> To unsubscribe from this group, send email to > >> django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com> > >> . > >> For more options, visit this group at > >>http://groups.google.com/group/django-users?hl=en. > > > -- > > Eduardo Cereto Carvalho > > > -- > > You received this message because you are subscribed to the Google Groups > > "Django users" group. > > To post to this group, send email to django-users@googlegroups.com. > > To unsubscribe from this group, send email to > > django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/django-users?hl=en. > > -- > Matías Iturburuhttp://www.linkedin.com/in/miturburu|http://ltmo.com.ar -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.