diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-01-24 21:42:38 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-01-24 21:42:38 +0000 |
| commit | 21305d50b70eab5c1310346331629be0d7af2edd (patch) | |
| tree | 5eb22e721a79b33ced0469729bee3d7156a41eeb /docs | |
| parent | 395b188423abe4da34457eacd7ce6eb34a24874f (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/faq.txt | 8 |
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. ---------------------------------------------------------------------------- |
