django-jsonforms icon indicating copy to clipboard operation
django-jsonforms copied to clipboard

WIP: Uses django staticfiles finder instead of assuming STATIC_ROOT as base path

Open teosibileau opened this issue 5 years ago • 0 comments

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

teosibileau avatar Apr 02 '19 20:04 teosibileau