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

Schema and options files can't be find by app

Open teosibileau opened this issue 6 years ago • 2 comments

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.

teosibileau avatar Apr 02 '19 20:04 teosibileau

working on getting those tests green

teosibileau avatar Apr 02 '19 20:04 teosibileau

Would definitely be better to use staticfiles finders. Will pull that in when it's ready

harrywhite4 avatar Apr 02 '19 21:04 harrywhite4