On Tuesday 04 March 2008 12:38:25 Lewis Bergman wrote:
> Where are your templates stored?
currently, here
TEMPLATE_DIRS = (
'/home/philproj/dirview/httemplates',)
but I have copies of dirview.css in that any every
other directory I could think of accessible to user phil.
And, oh yeah, no slash on the end. That's inconsistent
with other settings like MEDIA_ROOT.
>
> Phillip Watts wrote:
> > I can't figure out where to put css files or background images referred
> > to by css. I have:
> >
> > <link rel="stylesheet" href="dirview.css" type="text/css">
> > and
> > MEDIA_ROOT = '/home/phil/philproj/media/'
> >
> > ls -al /home/phil/philproj/media
> > total 12
> > drwxr-xr-x 2 phil phil 4096 2008-03-04 11:57 .
> > drwxr-xr-x 7 phil phil 4096 2008-03-04 12:14 ..
> > -rw-r--r-- 1 phil phil 96 2008-03-04 11:57 dirview.css
> >
> > I've tried everything? Help? Thanks
>
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---