hi all, I'm learning django using a downloaded copy of cheeserater (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 way cheeserater is 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 -~----------~----~----~----~------~----~------~--~---