Skip to content

zagaran/silica-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

silica-django

A Django app which translates Django forms data into JSONSchema and UISchema as expected by the jsonforms frontend library.

Installation

  1. Install the library (pip install silica-django)
  2. Add "silica_django" to your INSTALLED_APPS

Sample Project

A sample project demonstrating simple usage of this library, using the companion frontend library Silica for Vue, can be found here.

Tests

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.

Documentation

There is a combined documentation repository for all Silica libraries located at Silica-Docs.

About

A Django app which translates Django forms data into JSONSchema and UISchema as expected by the jsonforms frontend library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors