From 21305d50b70eab5c1310346331629be0d7af2edd Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 24 Jan 2006 21:42:38 +0000 Subject: [PATCH] Added 'My admin-site CSS and images showed up fine using the development server, but they're not displaying when using mod_python' to FAQ git-svn-id: http://code.djangoproject.com/svn/django/trunk@2123 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/faq.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/faq.txt b/docs/faq.txt index 2bf31aeffd..717bfa6665 100644 --- a/docs/faq.txt +++ b/docs/faq.txt @@ -419,6 +419,14 @@ How do I limit admin access so that objects can only be edited by the users who See the answer to the previous question. +My admin-site CSS and images showed up fine using the development server, but they're not displaying when using mod_python. +--------------------------------------------------------------------------------------------------------------------------- + +See `serving the admin files`_ in the "How to use Django with mod_python" +documentation. + +.. _serving the admin files: http://www.djangoproject.com/documentation/modpython/#serving-the-admin-files + My "list_filter" contains a ManyToManyField, but the filter doesn't display. ----------------------------------------------------------------------------