Browse Source

Add a note about older Django version

pull/150/head
Lumir Balhar 5 years ago
parent
commit
1ef0841156
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      README.md

+ 2
- 0
README.md View File

@ -2,6 +2,8 @@
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:** The current master branch works with Django 2.2 LTS. The version for older Django 1.11 LTS is in [branch 1.11.x](https://github.com/sclorg/django-ex/tree/1.11.x).
The steps in this document assume that you have access to an OpenShift deployment that you can deploy applications on.
## What has been done for you


Loading…
Cancel
Save