On 11/18/05, PythonistL <[EMAIL PROTECTED]> wrote: > it does NOT work( the text is not white and background is not black. > > But why? Where did I make a mistake?
The Web page isn't recognizing your CSS file. Django isn't intended serve static media files -- such as CSS -- so you'll need to use another server, such as Apache, to serve the CSS file. Alternatively, check out the django.views.static.serve, which is for development purposes only and isn't yet documented (but will be soon). Adrian -- Adrian Holovaty holovaty.com | djangoproject.com | chicagocrime.org