On 11/18/05, Adrian Holovaty <[EMAIL PROTECTED]> wrote:

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).

There is draft docs in this ticket:

http://code.djangoproject.com/ticket/810

(helped me).

--david

Reply via email to