Teofilo Sibileau
Teofilo Sibileau
I just finished some small adjustments i need to make your app django 1.5 compatible for a client website. If you are somewhat interested, please let me know any details/polishing...
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....