Re: Static file problem using the development server

2011-08-09 Thread Daniel Roseman
On Tuesday, 9 August 2011 09:48:22 UTC+1, Rodney Topor wrote: > > Great. Thank you. I missed one, and this somehow affected others. > (Must try to understand what RequestContext really does one day.) > > RT It just runs the context processors, which add various things to the context -

Re: Static file problem using the development server

2011-08-09 Thread Rodney Topor
Great. Thank you. I missed one, and this somehow affected others. (Must try to understand what RequestContext really does one day.) RT -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: Static file problem using the development server

2011-08-09 Thread Daniel Roseman
On Tuesday, 9 August 2011 08:24:20 UTC+1, Rodney Topor wrote: > > I tried using a style sheet served as a static file with the tutorial > project. In settings.py, I defined STATIC_URL = /static/ and > STATICFILES_DIRS = ('/path/to/project/static/',). Then I defined a > base_html template with

Static file problem using the development server

2011-08-09 Thread Rodney Topor
I tried using a style sheet served as a static file with the tutorial project. In settings.py, I defined STATIC_URL = /static/ and STATICFILES_DIRS = ('/path/to/project/static/',). Then I defined a base_html template with a line in the HEAD of the form and put style.css in directory