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 53578bf commit ecca948Copy full SHA for ecca948
README.md
@@ -58,7 +58,7 @@ Finally include the `rest_framework_docs` urls in your `urls.py`:
58
You can find detailed information about the package's settings at [the docs](http://drfdocs.com/docs/settings/).
59
60
REST_FRAMEWORK_DOCS = {
61
- 'HIDDEN': True # Default: False
+ 'HIDE_DOCS': True # Default: False
62
}
63
64
0 commit comments