https://github.com/laymonage/jsonfield-validation
Validation examples for JSONField in Django using custom validators.
https://github.com/laymonage/jsonfield-validation
Last synced: 6 months ago
JSON representation
Validation examples for JSONField in Django using custom validators.
- Host: GitHub
- URL: https://github.com/laymonage/jsonfield-validation
- Owner: laymonage
- License: mit
- Created: 2021-12-11T13:46:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-11T13:46:58.000Z (about 4 years ago)
- Last Synced: 2025-03-01T18:46:51.162Z (10 months ago)
- Language: Python
- Homepage: https://github.com/laymonage/bachelor-thesis
- Size: 190 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `JSONField` validation example
Follow the demonstration below to see how the validation works.




If needed, some data fixtures are available in the [`app/fixtures`](app/fixtures/) directory. To load the data, do:
```shell
python manage.py loaddata app/fixtures/data.json
```