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
This commit is contained in:
parent
395b188423
commit
21305d50b7
|
@ -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.
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue