diff --git a/README.md b/README.md index 7a0256d..671414d 100644 --- a/README.md +++ b/README.md @@ -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.