Daniel Osborne
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'...
### What did you do? My database table has two datetime NOT NULL columns. I viewed the records in the browse tab, cloned a row, tried to copy the datetime...