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'