Fixed #28594 -- Removed Jython docs and specific code

Thanks Andrey Martyanov for the reporti, and Tim Graham for the review.
This commit is contained in:
Claude Paroz 2017-12-21 16:31:59 +01:00
parent 32ade4d73b
commit 23b21db31b
8 changed files with 13 additions and 119 deletions

View file

@ -19,13 +19,6 @@ database called SQLite_ so you won't need to set up a database just yet.
Get the latest version of Python at https://www.python.org/downloads/ or with
your operating system's package manager.
.. 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 :doc:`/howto/jython` for details.
.. _jython: http://www.jython.org/
You can verify that Python is installed by typing ``python`` from your shell;
you should see something like::