# spejstore Because there is not enough general inventory software invented here yet. Please use Python3, for the love of `$deity`... ## Usage ### Build & run ```sh docker-compose up ``` ### Rebuild ```sh docker-compose build ``` ### Tests Before test run containers. See "Build & run". ```sh docker-compose exec web python manage.py test --noinput ``` ### Troubleshooting - https://askubuntu.com/q/615394/413683