Loading docs/faq/admin.txt +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ control the visibility and editability of objects in the admin. My admin-site CSS and images showed up fine using the development server, but they're not displaying when using mod_python. --------------------------------------------------------------------------------------------------------------------------- See :ref:`serving the admin files <howto-deployment-modpython-serving-the-admin-files>` See :ref:`serving the admin files <serving-the-admin-files>` in the "How to use Django with mod_python" documentation. My "list_filter" contains a ManyToManyField, but the filter doesn't display. Loading docs/howto/deployment/modpython.txt +8 −4 Original line number Diff line number Diff line Loading @@ -235,6 +235,8 @@ A more compact approach is to use an assertion:: Another alternative is to add debugging information to the template of your page. .. _serving-media-files: Serving media files =================== Loading Loading @@ -286,6 +288,8 @@ the ``media`` subdirectory and any URL that ends with ``.jpg``, ``.gif`` or .. _Apache: http://httpd.apache.org/ .. _Cherokee: http://www.cherokee-project.com/ .. _serving-the-admin-files: Serving the admin files ======================= Loading Loading
docs/faq/admin.txt +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ control the visibility and editability of objects in the admin. My admin-site CSS and images showed up fine using the development server, but they're not displaying when using mod_python. --------------------------------------------------------------------------------------------------------------------------- See :ref:`serving the admin files <howto-deployment-modpython-serving-the-admin-files>` See :ref:`serving the admin files <serving-the-admin-files>` in the "How to use Django with mod_python" documentation. My "list_filter" contains a ManyToManyField, but the filter doesn't display. Loading
docs/howto/deployment/modpython.txt +8 −4 Original line number Diff line number Diff line Loading @@ -235,6 +235,8 @@ A more compact approach is to use an assertion:: Another alternative is to add debugging information to the template of your page. .. _serving-media-files: Serving media files =================== Loading Loading @@ -286,6 +288,8 @@ the ``media`` subdirectory and any URL that ends with ``.jpg``, ``.gif`` or .. _Apache: http://httpd.apache.org/ .. _Cherokee: http://www.cherokee-project.com/ .. _serving-the-admin-files: Serving the admin files ======================= Loading