Changeset 2123
- Timestamp:
- 01/24/06 15:42:38 (3 years ago)
- Files:
-
- django/trunk/docs/faq.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/faq.txt
r2120 r2123 420 420 See the answer to the previous question. 421 421 422 My admin-site CSS and images showed up fine using the development server, but they're not displaying when using mod_python. 423 --------------------------------------------------------------------------------------------------------------------------- 424 425 See `serving the admin files`_ in the "How to use Django with mod_python" 426 documentation. 427 428 .. _serving the admin files: http://www.djangoproject.com/documentation/modpython/#serving-the-admin-files 429 422 430 My "list_filter" contains a ManyToManyField, but the filter doesn't display. 423 431 ----------------------------------------------------------------------------
