This project is a simplification from the presentation made by Carlos Martinez @ DjangoCon US 2019 Original code in this repo
Docker deploy based on Contraslash Django Deploy Common for postgres
To build and test locally:
docker build -t contraslash/ops_with_actions_back .
docker run \
-p 8000:8000 \
contraslash/ops_with_actions_back
- For static analysis:
- flake8:
flake8
configuration insidetox.ini
- bandit:
bandit -r .
configuration inside.bandit
- radon:
radon cc . -i tickets_back_env
- flake8: