~ubuntu-branches/ubuntu/quantal/python-django/quantal-security

« back to all changes in this revision

Viewing changes to docs/faq/admin.txt

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lamb
  • Date: 2010-05-21 07:52:55 UTC
  • mfrom: (1.3.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20100521075255-ii78v1dyfmyu3uzx
Tags: upstream-1.2
ImportĀ upstreamĀ versionĀ 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
My admin-site CSS and images showed up fine using the development server, but they're not displaying when using mod_python.
55
55
---------------------------------------------------------------------------------------------------------------------------
56
56
 
57
 
See :ref:`serving the admin files <howto-deployment-modpython-serving-the-admin-files`
 
57
See :ref:`serving the admin files <howto-deployment-modpython-serving-the-admin-files>`
58
58
in the "How to use Django with mod_python" documentation.
59
59
 
60
60
My "list_filter" contains a ManyToManyField, but the filter doesn't display.