django-jsonforms
django-jsonforms copied to clipboard
JSON Schema generated forms for Django
Tests running on travis are currently not reporting status on pull requests
Hello, I'm trying to use django-jsonforms package but fail to use any other theme than bootstrap and foundation. In particular, I'm trying to use "theme": "spectre" option but receive Unknown...
These tests are not currently being run on travis
if no `STATIC_ROOT` and `JSONFORMS_SCHEMA_DIR` settings are set then `JSONSchemaField.load` can't find schema in apps static folder. `django.contrib.staticfiles.finders` could be use instead.
App defaults to `STATIC_ROOT` if `JSONFORMS_SCHEMA_DIR` is not set. This breaks functionality for development if no `STATIC_ROOT` is set. This uses `django.contrib.staticfiles.finders` to lookup both the schema and options files....