Adds a README note

This commit is contained in:
Benjamin Bach 2024-08-13 09:50:07 +02:00
parent 9962f2622b
commit b1ff3f985c
No known key found for this signature in database
GPG key ID: 486F0D69C845416E

View file

@ -98,3 +98,8 @@ make requirements
# Build Docker image with new Python requirements
make build
```
## Important notes
* This project uses [django-zen-queries](https://github.com/dabapps/django-zen-queries), which will sometimes raise a `QueriesDisabledError` in your templates. You can find a difference of opinion about that, but you can find a difference of opinion about many things, right?
* If a linting error annoys you, please feel free to strike back by adding a `noqa` to the line that has displeased the linter and move on with life.