django-ex icon indicating copy to clipboard operation
django-ex copied to clipboard

Django Example

Results 7 django-ex issues
Sort by recently updated
recently updated
newest added

In the current example template, the Django and PostgreSQL containers are in separate DeploymentConfig's. I have a CI pipeline that processes the template, and since I leave the DATABASE_PASSWORD parameter...

Both master and `1.11.x` branches contains a lot of dead links to OpenShift documentation. Also, it would be nice to test this project with the lastest OpenShift. Any volunteers?

When deploying this template or any python based application in an air gapped, disconnected or non standard environment where the custom pypi is non standard the build pod fails to...

needs-info

It would be nice to use a newer version of the image `centos/python-36-centos7` in [readme example](https://github.com/sclorg/django-ex/blob/master/README.md#without-an-application-template).

Need to check t this. ./run-in-container.sh is not needed since there is no such file in the app-root. Just run manage.py createsuperuser from the terminal of a running pod.

See PR#119 why it is needed.

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.5.0 to 22.0.0. Release notes Sourced from gunicorn's releases. Gunicorn 22.0 has been released Gunicorn 22.0.0 has been released. This version fix the numerous security vulnerabilities. You're...

dependencies