Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

readme.md

Silica-Django

silica-django is the backend implementation of the Silica interface. It is designed to fit as seamlessly as possible into existing Django projects. On its own, silica-django does not implement any frontend rendering to handle the generated data; rather, it is entirely concerned with the translation of backend data to a format which can be easily read by a companion frontend library -- and, upon submission, the parsing of that data back into a format which Django can understand and process.

For an example of this library in use with a Vue 2 implementation of the frontend, see the sample project.

Installation

  1. pip install silica-django
  2. Add "silica_django" to your INSTALLED_APPS in settings.py

Documentation

Roadmap / Todo