summaryrefslogtreecommitdiff
path: root/docs/howto/deployment/modpython.txt
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2010-09-12 19:44:19 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2010-09-12 19:44:19 +0000
commit030c97b119bea450cc4e1f289a95e91aa664221c (patch)
tree3fdaada3057db89ae1e7e33c0e8a3d889b2240d7 /docs/howto/deployment/modpython.txt
parent7bb6abed129015ad447bd78506698f34c4d8273b (diff)
Documented how to manually piece together URLs with get_script_name().
Thanks to timo and leovitch for the patch. Fixed #10328. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13772 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/howto/deployment/modpython.txt')
-rw-r--r--docs/howto/deployment/modpython.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/howto/deployment/modpython.txt b/docs/howto/deployment/modpython.txt
index 90a85cac5c..a9b665f331 100644
--- a/docs/howto/deployment/modpython.txt
+++ b/docs/howto/deployment/modpython.txt
@@ -1,3 +1,5 @@
+.. _howto-deployment-modpython:
+
============================================
How to use Django with Apache and mod_python
============================================