Skip to content

Commit 3fd0d1e

Browse files
committed
README.md file updated with 'DESC_TABLE' fields
1 parent 91a6567 commit 3fd0d1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ Finally include the `rest_framework_docs` urls in your `urls.py`:
6060
You can find detailed information about the package's settings at [the docs](http://drfdocs.com/settings/).
6161

6262
REST_FRAMEWORK_DOCS = {
63-
'HIDE_DOCS': True # Default: False
63+
'HIDE_DOCS': True, # Default: False
64+
'DESC_TABLE': True # Default: False
6465
}
6566

6667

0 commit comments

Comments
 (0)