Skip to content
This repository was archived by the owner on Dec 11, 2024. It is now read-only.

Commit a3e6ac0

Browse files
authored
Update README.md
1 parent 1f8b77c commit a3e6ac0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ def event_detail(request, id):
7070
return render_inertia(request, "Event/Show", props)
7171
```
7272

73+
We strong suggest to use [marshmallow](https://marshmallow.readthedocs.io/en/latest/)
74+
because it had serializer and validation and fully compatible with django.
75+
76+
7377
## Client-side setup
7478
### Install dependencies
7579
```
@@ -115,7 +119,7 @@ new Vue({
115119
116120
```
117121

118-
TODO: why not use resolveComponent dynamic.
122+
TODO: why not use resolveComponent dynamic.
119123
TODO: partials reloads
120124

121125

0 commit comments

Comments
 (0)