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.
2 parents 53578bf + ecca948 commit 112674bCopy full SHA for 112674b
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