Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing dev dependancy,
dj-database-url
into the Pyproject.toml…
… for running the test app To be able to run the test app correctly, you need to have `dj-database-url` installed, which although is defined in the `requirements.txt` file within the app itself, this is inconsistent with the documentation and Makefile which expects your venv to have this already installed based on the root's `pyproject.toml` file.
- Loading branch information