Hello, I am running into an issue with style sheets are not being found (404)
Example: My Directory structure: C:\DJANGO\MYSITE2\TEMPLATES └───hello │ index.html │ └───css base.css nav.css I have the following style sheet defined in the template html (index.html): <link rel="stylesheet" type="text/css" href="css/base.css" /> <link rel="stylesheet" type="text/css" href="css/nav.css" /> When I navigate to the url, I am getting the following log info from the server: [19/Nov/2008 15:32:29] "GET /hello/css/base.css HTTP/1.1" 404 1966 [19/Nov/2008 15:32:29] "GET /hello/css/nav.css HTTP/1.1" 404 1963 Where am I making a mistake? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---