This repository was archived by the owner on Aug 23, 2020. It is now read-only.

Description
Hello
I am trying to get the codemirror widget working on a form that I am deisplaying in a view, but following the doc, am probably missing a detail that does not exist.
I am calling the widget from the form class that I use to overwrite a generic view (CreateView). The app is added to settings.py and the codemirror_path is added as well.
Despite all this, am still not able to get it working properly.
Any clear direction on how to get this working in a view ? Is there any loading that should be done in the master html or in the block being rendered ?
An example would be more than welcome
Thanks