Repository: sclorg/django-ex Branch: master Commit: 4a0973e5d2d9 Files: 1 Total size: 1.4 KB Directory structure: gitextract_b09b7ti1/ └── README.md ================================================ FILE CONTENTS ================================================ ================================================ FILE: README.md ================================================ # Openshift quickstart: Django This is a [Django](http://www.djangoproject.com) project that you can use as the starting point to develop your own and deploy it on an [OpenShift](https://github.com/openshift/origin) cluster. The master branch once hosted the oldest supported Django version (1.11) which is no longer supported. Now, this is just a signpost for other branches with individual LTS Django versions. ## Django LTS versions and supported Pythons | Django LTS | Supported Python versions | Branch to visit | |------------|-----------------------------|------------------| | ~~1.11~~ | ~~2.7, 3.4, 3.5, 3.6, 3.7~~ | No longer exists | | 2.2 | 3.5, 3.6, 3.7, 3.8, 3.9 | https://github.com/sclorg/django-ex/tree/2.2.x | | 3.2 | 3.6, 3.7, 3.8, 3.9, 3.10 | https://github.com/sclorg/django-ex/tree/3.2.x | | 4.2 | 3.8, 3.9, 3.10, 3.11, 3.12 | https://github.com/sclorg/django-ex/tree/4.2.x | | 5.2 | 3.10, 3.11, 3.12, 3.13 | TBD | ## Looking for help If you get stuck at some point, or think that this document needs further details or clarification, you can give feedback and look for help using the channels mentioned in [the OKD repo](https://github.com/openshift/origin), or by filing an issue. ## License This code is dedicated to the public domain to the maximum extent permitted by applicable law, pursuant to [CC0](http://creativecommons.org/publicdomain/zero/1.0/).