Ask HN: Any low code frameworks on top of Django?
Django is already pretty low code but there's a lot of times I'd just like to write a quick SQL snippet, display a nice grid and then define another couple of SQL snippets for handling actions on the grid. I can scaffold this out pretty quickly with standard MVT but is there a simpler way?
22 comments
[ 0.26 ms ] story [ 64.6 ms ] thread[1] https://datasette.io/tools/django-sql-dashboard
I convert all Webflow code into Django templates and neat JavaScript.
This approach with Webflow and Django is around 5-8x faster for me.
I now have a more advanced version of the import script than the video that adds native async forms and allows for Django for loops. Let me know if you want it.
And of course I have my own idea for a web spreadsheet. The tables can be generated via UI and we can add small scripts to validate, filter, scheduled tasks etc. When stuff gets too complex for a low-code platform, we can drop down a layer of abstraction or migrate to traditional Django. It can reuse other Django apps like those CMS apps. Making a prototype of this.
https://baserow.io/blog/how-baserow-lets-users-generate-djan...