From c64d93e2ba767b036579e63c8de1923139afb6a5 Mon Sep 17 00:00:00 2001 From: Jamie Matthews Date: Sat, 21 Jan 2023 22:12:44 +0000 Subject: [PATCH] Add page on third party packages to docs --- docs/community/third-party-packages.md | 3 +++ mkdocs.yml | 1 + 2 files changed, 4 insertions(+) create mode 100644 docs/community/third-party-packages.md diff --git a/docs/community/third-party-packages.md b/docs/community/third-party-packages.md new file mode 100644 index 0000000..d466bed --- /dev/null +++ b/docs/community/third-party-packages.md @@ -0,0 +1,3 @@ +## [django-readers-debug](https://github.com/dabapps/django-readers-debug) + +A pretty-printer for debugging django-readers queryset functions. diff --git a/mkdocs.yml b/mkdocs.yml index 29ec4e2..315658c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -42,5 +42,6 @@ nav: - Specs: 'reference/specs.md' - REST framework: 'reference/rest-framework.md' - Community: + - Third Party Packages: 'community/third-party-packages.md' - Changelog: 'community/changelog.md' - License: 'community/license.md'