Okay, I'll ask. Perhaps it's a stupid supernoob-question, but I'll do it: Where should my projects' stylesheets live?
I've made a 'media' directory beneath the projects' home folder, and I put that into settings.py: MEDIA_ROOT = '/path/to/my/project/media' MEDIA_URL = 'http://127.0.0.1:8000/media/' (As you can see, I'm developing on a local machine.) But when I put this in my base template: <link rel="stylesheet" type="text/css" media="screen" href=" {{ MEDIA_URL }}styles.css" /> , 'styles.css' won't load. Any hints? For the noob? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---