Comment by boxed
1 month ago
If you're doing simple CRUD apps, try https://iommi.rocks/ which we built because imo it's way way too slow and produces too much code to use standard Django to make CRUD stuff.
1 month ago
If you're doing simple CRUD apps, try https://iommi.rocks/ which we built because imo it's way way too slow and produces too much code to use standard Django to make CRUD stuff.
I am using it, and its a great time saver and very maintainable.
I am not using the main menu module, but tables and forms work really well.