nevermind, solved - using  djangos - serving static pages - work
around

On Oct 18, 1:22 am, coderb <[EMAIL PROTECTED]> wrote:
> forgot to mention that I did actually change the template css
> references to match settings.py, but obviously still got it wrong. I'm
> using django 1.0 on win XP.
>
> thanks
>
> On Oct 18, 1:16 am, coderb <[EMAIL PROTECTED]> wrote:
>
> > hi all,
>
> > I'm learning django using a downloaded copy ofcheeserater (thanks
> > Jacob)
>
> > but am stuck at an early hurdle.
>
> > The template base.html has the following css references:
> >         <link rel="stylesheet" href="http://media.jacobian.org/cheeserater/
> > reset.css" type="text/css">
> >         <link rel="stylesheet" href="http://media.jacobian.org/cheeserater/
> >cheeserater.css" type="text/css">
>
> > I'm trying to change this template to reference the dowloaded project
> > css files located in
> >cheeserater/media/
>
> > my attempts by changing the settings.py  MEDIA_ROOT  and MEDIA_URL
> > values have all failed.
>
> > I know django docs mentions using media as a static class definition,
> > but thats not the waycheeserateris defined (I think), so if anyone
> > give me a quick pointer here, I'd really appreciate it.
>
> > thanks
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to