Kaydet (Commit) 21305d50 authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Added 'My admin-site CSS and images showed up fine using the development server,…

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
üst 395b1884
......@@ -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.
----------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment