summaryrefslogtreecommitdiff
path: root/docs/faq.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-01-27 16:35:25 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-01-27 16:35:25 +0000
commit1af3a398688ecfdff7002cba2e897b285e863d3b (patch)
tree96e5e48f83900fad46644e44b8b682d1f1bbecdc /docs/faq.txt
parent6dddef9b9171e4b37a2704fd355444240824ce18 (diff)
magic-removal: Merged to [2136]
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2137 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/faq.txt')
-rw-r--r--docs/faq.txt8
1 files changed, 8 insertions, 0 deletions
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.
----------------------------------------------------------------------------