Skip to content

Commit 5a638f7

Browse files
pombredanneTG1999
authored andcommitted
Add back to app drf_spectacular
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent da22491 commit 5a638f7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

vulnerablecode/settings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@
7676
"rest_framework.authtoken",
7777
"widget_tweaks",
7878
"crispy_forms",
79+
# for API doc
80+
"drf_spectacular",
81+
# required for Django collectstatic discovery
82+
"drf_spectacular_sidecar",
7983
)
8084

8185
MIDDLEWARE = (

0 commit comments

Comments
 (0)