Go to file
Felipe M e3a829df44
Added test_redirect view
2021-01-18 13:16:30 +01:00
templates Added CORS test view 2020-11-12 11:18:06 +01:00
.gitignore Initial 2020-02-28 17:34:59 +01:00
.python-version Initial 2020-02-28 17:34:59 +01:00
Makefile Initial 2020-02-28 17:34:59 +01:00
README.md Added simple README 2020-03-03 17:26:57 +01:00
app.py Added test_redirect view 2021-01-18 13:16:30 +01:00
local-run.sh Initial 2020-02-28 17:34:59 +01:00
requirements-dev.txt Added /request endpoint 2020-03-16 16:46:02 +01:00
requirements.txt New endpoint: /httpauth + /httpauth/logout 2020-11-24 10:59:28 +01:00

README.md

Simple OpenShift application

This is a simple OpenShift application for debugging purposes. You can deploy it with the python:3.6 builder and it should work out of the box.

It provides several routes for testing on the index page.

Feel free to send patches.