From 1ef084115632d0e94a792bc1e601ab0468971ae5 Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Thu, 9 Jul 2020 11:21:24 +0200 Subject: [PATCH] Add a note about older Django version --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a2860f1..1d1c60f 100644 --- a/README.md +++ b/README.md @@ -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