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 3c5256b commit 45deb22Copy full SHA for 45deb22
README.md
@@ -183,3 +183,5 @@ from nested_multipart_parser.drf import DrfNestedParser
183
class YourViewSet(viewsets.ViewSet):
184
parser_classes = (DrfNestedParser,)
185
```
186
+## for frontend javscript
187
+You can use this [multipart-object](https://www.npmjs.com/package/multipart-object) library
0 commit comments