mirror of
https://github.com/django/django.git
synced 2025-10-17 13:58:24 +00:00
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:
parent
32ade4d73b
commit
23b21db31b
8 changed files with 13 additions and 119 deletions
|
@ -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::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue