You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Django scan models
2
2
3
-
A validator agnostic parser for django models to frontend validation
3
+
A validator agnostic parser for django models to frontend validation and forms
4
+
5
+
To make optimal use of this package you can use [Vue scan field](https://github.com/jessielaf/vue-scan-field). This package will **automatically** generate forms based on the generated json file.
4
6
5
7

6
8
@@ -95,7 +97,7 @@ Verbosity dictates how much extra data gets added to the json file. The options
95
97
| --------------- | ------ |
96
98
|`0`| This option creates the smallest json file. This will remove everything that is empty. For example if the validator is empty the validator is not added to the json file |
97
99
|`1`| Verbosity 1 is more consistent than 0 because this option **always** adds the validator and attributes fields. |
98
-
|`2`| You **need** to use this option when you use the `vue-general-field` package. This adds `element` to `attributes`|
100
+
|`2`| You **need** to use this option when you use the [`vue-scan-field`](https://github.com/jessielaf/vue-scan-field) package. This adds `element` to `attributes`|
0 commit comments