django-json-widget icon indicating copy to clipboard operation
django-json-widget copied to clipboard

JSONEditor library not loaded in form assets

Open NegassaB opened this issue 2 years ago • 2 comments

  • django-json-widget version: 1.1.1
  • Django version: 4.1.2
  • Python version: Python 3.10.8
  • Operating System: Fedora 36

Description

Hi all, I pip installed the library and I was trying to use it on my form with a view inherited from django.views.generic.FormView. I've set everything per the documentation but I can not insert data into the JSON field. Taking a glance I saw the error that stated Uncaught ReferenceError: JSONEditor is not defined.

NegassaB avatar Nov 20 '22 10:11 NegassaB

same here

django-json-widget version: 1.1.1 Django version: 4.2 Python version: Python 3.11 Operating System: MacOS 14.1.2

samuelchen avatar Dec 22 '23 10:12 samuelchen

Can you test that with the new version please?

jmrivas86 avatar Mar 25 '24 00:03 jmrivas86