django-jsonforms
django-jsonforms copied to clipboard
WIP: Uses django staticfiles finder instead of assuming STATIC_ROOT as base path
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.
#8