Hacker News new | ask | show | jobs
by nnadams 1222 days ago
I'm also interested in something like this. I've been considering writing one because I already start most projects with djangobuilder.io, which generates a project, models, and test skeleton. I've found that very useful when I have a lot of models.
1 comments

djangobuilder.io looks nice - thanks! Yeah so many times it seems like I want to display a grid and a few operations on that grid of data (a lot of times that could be handled with sql or sometimes with a little python). I end up repeating that pattern a lot