diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2008-08-26 15:52:21 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2008-08-26 15:52:21 +0000 |
| commit | 30de7331d4f5be03116c681609bf2f7f5ee2354e (patch) | |
| tree | e6b2d62a8f62c8acb7d487200a21665efdd8d1cc /docs/topics | |
| parent | c5c61b261ed495f0ce3ecd646dce6af4dfbe39b7 (diff) | |
Fixed #8326: added documentation about running Django on Jython. Docs originally written by Leo Soto, and then cleaned up a bit by me.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8582 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/install.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt index 07cb256573..dfdad6b90e 100644 --- a/docs/topics/install.txt +++ b/docs/topics/install.txt @@ -16,6 +16,13 @@ It works with any Python version 2.3 and higher. Get Python at http://www.python.org. If you're running Linux or Mac OS X, you probably already have it installed. +.. admonition:: Django on Jython + + If you use Jython_ (a Python implementation for the Java platform), you'll + need to follow a few additional steps. See :ref:`howto-jython` for details. + +.. _jython: http://jython.org/ + Install Apache and mod_python ============================= @@ -128,6 +135,8 @@ This file should also be located in your ``site-packages`` directory. (Note that this should be run from a shell prompt, not a Python interactive prompt.) + +.. _install-django-code: Install the Django code ======================= |
