On Tue, 22 Nov 2011 02:16:45 -0800 (PST), Gchorn
<[email protected]> wrote:
> Oh yes, I definitely have this in my INSTALLED_APPS list (as simply
> 'myapp').  Sorry I left it out; I thought this was necessary
> regardless of whether or not I was using static files, so I didn't
> include it in the list of settings I changed just to enable static
> files.   I do want to reiterate that I followed the tutorial closely
> in creating my project so I already have pretty much anything from
> there.
> 
> Any other ideas?

Well, there are several points to check:
 - When looking at one site page, do you have <link rel="stylesheet"
href="/static/stylesheet.css" 
type="text/css" /> (to make sure the template correctly interpreted the
STATIC_URL.
 - What sort of response do you get when going on
http://localhost:8000/static/stylesheet.css

Regards,
Xavier,
Linovia.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
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