Browse Source

Update README.md

pull/203/head
BeataSolitudo 2 years ago
committed by GitHub
parent
commit
c89d740b38
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      README.md

+ 3
- 3
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 version of the example uses 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 latest version based on Django 3.2.x LTS is available in [branch 3.2.x](https://github.com/sclorg/django-ex/tree/3.2.x).
**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. 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. 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.
`git clone https://github.com/sclorg/django-ex.git`
3. Fork this repo and clone your fork. Make sure that you are in the right branch.
4. Install dependencies: 4. Install dependencies:


Loading…
Cancel
Save