mirror of
https://github.com/django/django.git
synced 2025-11-01 12:25:37 +00:00
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
This commit is contained in:
parent
c5c61b261e
commit
30de7331d4
5 changed files with 103 additions and 0 deletions
|
|
@ -19,6 +19,13 @@ version 2.3 and higher, but we recommend installing Python 2.5 or later. If you
|
|||
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/
|
||||
|
||||
You can verify that Python's installed py typing ``python`` from your shell; you should see something like::
|
||||
|
||||
Python 2.5.1 (r251:54863, Jan 17 2008, 19:35:17)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue