Re: css 404?

2007-08-03 Thread Tyson Tate
On Aug 3, 2007, at 2:29 PM, [EMAIL PROTECTED] wrote: > I have a template directory having home.html in it. home.html has > , but the > server always 404s the css _only_, whether it is written as home.css > or ./home.css. > Emphasizing here that home.html and home.css are in the same directory >

css 404?

2007-08-03 Thread [EMAIL PROTECTED]
I've got a seemingly simple setup that I'm having problems with. The urlconf is: == from django.conf.urls.defaults import * from django.views.generic.simple import direct_to_template urlpatterns = patterns('', # Example: # (r'^home/', include('home.foo.urls')), # Uncomment this for