Skip to content

Commit abb9168

Browse files
committed
Add vue scan field to README
1 parent 8c08aa8 commit abb9168

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: .coverage

0 Bytes
Binary file not shown.

Diff for: README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Django scan models
22

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.
46

57
![Coverage](./coverage.svg)
68

@@ -95,7 +97,7 @@ Verbosity dictates how much extra data gets added to the json file. The options
9597
| --------------- | ------ |
9698
| `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 |
9799
| `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` |
99101

100102
```python
101103
# Example

0 commit comments

Comments
 (0)