Ask HN: Any low code frameworks on top of Django?
https://news.ycombinator.com/item?id=34739344Django 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?