---
title: "Django na Jythonie"
version: 2.2
locale: pl
source: https://docs.djangoproject.com/pl/2.2/howto/jython/
canonical: https://djangodocs.dev/pl/2.2/howto/jython/
---
# Django na Jythonie

[Jython](http://www.jython.org/) jest implementacją Pythona, która uruchamia się na maszynie wirtualnej Javy (JVM).

If you want to use Jython (which supports only Python 2.7 at the time of this
writing), you must use Django 1.11.x (the last series to support Python 2).
Jython support may be readded to Django if a Python 3 compatible Jython is
released.
