Re: Developing an SPA version of Django admin

2021-11-03 Thread Jacob Rief
I really would like to see the django-admin being more SPA-like. I therefore wrote a library which implements all the features of the admin's change view and much more. It is very Pythonic/Djangonic in the sense, that it does not require to write any JavaScript, nor HTML. You can just use your D

Re: Admin webcomponents

2021-11-03 Thread Jacob Rief
In the past month, I have written a webcomponent, which encapsulates most of the functionality the Django admin's change view implements. It is very Pythonic/Djangonic in the sense, that it does not require to write any JavaScript, nor HTML. You can just use your Django Form as usual, warp it ins