Daniel Osborne
Results
2
issues of
Daniel Osborne
I'm using poetry and have it configured to store the environment within the project, in ./venv. Due to one of the pacakges in the environment, the find command in the...
I use poetry and have the following dependencies: ``` [tool.poetry.dependencies] python = "^3.8.9" Django = "^4.0" django-bootstrap-v5 = "^1.0.7" ``` The entrypoint commands in check-unapplied-migrations and check-absent-migrations simply run 'python'...