Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.41 KB

File metadata and controls

25 lines (16 loc) · 1.41 KB

Openshift quickstart: Django

This is a Django project that you can use as the starting point to develop your own and deploy it on an OpenShift 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, 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.