Django

Code

Changeset 2123

Show
Ignore:
Timestamp:
01/24/06 15:42:38 (3 years ago)
Author:
adrian
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/faq.txt

    r2120 r2123  
    420420See the answer to the previous question. 
    421421 
     422My admin-site CSS and images showed up fine using the development server, but they're not displaying when using mod_python. 
     423--------------------------------------------------------------------------------------------------------------------------- 
     424 
     425See `serving the admin files`_ in the "How to use Django with mod_python" 
     426documentation. 
     427 
     428.. _serving the admin files: http://www.djangoproject.com/documentation/modpython/#serving-the-admin-files 
     429 
    422430My "list_filter" contains a ManyToManyField, but the filter doesn't display. 
    423431----------------------------------------------------------------------------