Django StatusPage : App to display statuspage for your services
Its page what will check your services is online or not
Setup
python -m venv .venv
..venvScriptsactivate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
After that start
python manage.py check_status
There are executed all checks of services. It should run if you want check services status.
Testing
flake8
pytest --cov --cov-report html
python manage.py test