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 | Supported Python versions | Branch to visit |
---|---|---|
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 |
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.
This code is dedicated to the public domain to the maximum extent permitted by applicable law, pursuant to CC0.