We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a6567 commit 3fd0d1eCopy full SHA for 3fd0d1e
README.md
@@ -60,7 +60,8 @@ Finally include the `rest_framework_docs` urls in your `urls.py`:
60
You can find detailed information about the package's settings at [the docs](http://drfdocs.com/settings/).
61
62
REST_FRAMEWORK_DOCS = {
63
- 'HIDE_DOCS': True # Default: False
+ 'HIDE_DOCS': True, # Default: False
64
+ 'DESC_TABLE': True # Default: False
65
}
66
67
0 commit comments