debugging `breakpoint()` for dockerised django with `docker attach`

  1. add breakpoint() in code
  2. run the following bash command
docker container ls
docker attach ID # ID is the container id for oneview-django image

Note: would need -it i.e. --interactive --tty when container is turned on.