---
title: "Jython 환경의 Django"
version: 2.1
locale: ko
source: https://docs.djangoproject.com/ko/2.1/howto/jython/
canonical: https://djangodocs.dev/ko/2.1/howto/jython/
---
# Jython 환경의 Django

Jython\_은 Java 플랫폼 (JVM)에서 실행되는 Python 구현체입니다.

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.
