Tickets Back

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

Tests

  1. For static analysis:
    • flake8: flake8 configuration inside tox.ini
    • bandit: bandit -r . configuration inside .bandit
    • radon: radon cc . -i tickets_back_env