Browse Source

Merge pull request #178 from sclorg/frenzymadness-patch-1

Mention Python compatibility in the readme
pull/185/head
Ben Parees 4 years ago
committed by GitHub
parent
commit
914c3ec7ad
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -2,7 +2,7 @@
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. 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.
**NOTE:** This is the latest version of this example with Django 2.2 LTS which works with RHEL/Centos 8 only. If you are looking for the version for RHEL/Centos 7, it's in the [master branch](https://github.com/sclorg/django-ex/tree/master).
**NOTE:** This is the latest version of this example with Django 2.2 LTS which works with RHEL/Centos 8 and Python 3 only. If you are looking for the version for RHEL/Centos 7 or Python 2, it's in the [master branch](https://github.com/sclorg/django-ex/tree/master).
The steps in this document assume that you have access to an OpenShift deployment that you can deploy applications on. The steps in this document assume that you have access to an OpenShift deployment that you can deploy applications on.


Loading…
Cancel
Save