Hacker News new | ask | show | jobs
by epalm 1720 days ago
Looks similar to the Django Admin Site, which also auto generates a UI based on models. When I switched my primary stack from Python/Django to ASP/MVC, the Admin Site was sorely missed.

https://docs.djangoproject.com/en/3.2/intro/tutorial07/

1 comments

Yes, you are right. To some point it's similar to Django Admin.