A Django app which translates Django forms data into JSONSchema and UISchema as expected by the jsonforms frontend library.
- Install the library (
pip install silica-django
) - Add
"silica_django"
to yourINSTALLED_APPS
A sample project demonstrating simple usage of this library, using the companion frontend library Silica for Vue, can be found here.
There is a (relatively sparse) test suite which comes with this library to prevent regression. To run it, simply run python silica_django/tests.py
from the root directory.
There is a combined documentation repository for all Silica libraries located at Silica-Docs.