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 an example Django application for specific Django LTS version. If you want an older or newer version, check the alternative branches.
The steps in this document assume that you have access to an OpenShift deployment that you can deploy applications on.
@ -56,9 +56,9 @@ To run this project in your development machine, follow these steps:
2. Ensure that the executable `pg_config` is available on your machine. You can check this using `which pg_config`. Otherwise, sqlite will be used.
3. Fork this repo and clone your fork:
**Note:** pg_config is not needed. You can use sqlite instead.
<p>For instructions on how to use this application with OpenShift, start by reading the <ahref="http://docs.okd.io/latest/dev_guide/templates.html#using-the-quickstart-templates">Developer Guide</a>.</p>
<p>For instructions on how to use this application with OpenShift, start by reading the <ahref="https://docs.okd.io/latest/openshift_images/using-templates.html#templates-using-instant-app-quickstart_using-templates">Developer Guide</a>.</p>
<h2>Deploying code changes</h2>
<p>
@ -282,7 +282,7 @@ $ git push</pre>
<h2>Managing your application</h2>
<p>Documentation on how to manage your application from the Web Console or Command Line is available at the <ahref="http://docs.okd.io/latest/dev_guide/overview.html">Developer Guide</a>.</p>
<p>Documentation on how to manage your application from the <ahref="https://docs.okd.io/latest/web_console/web-console.html">Web Console</a> or <ahref="https://docs.okd.io/latest/cli_reference/index.html">Command Line</a> is available at the <ahref="http://docs.okd.io/latest/welcome/overview.html">OKD Documentation</a>.</p>
<h3>Web Console</h3>
<p>You can use the Web Console to view the state of your application components and launch new builds.</p>