Hacker News new | ask | show | jobs
by singwhenurdown 2108 days ago
Reminds me of Django's build in admin dashboard...something that's been super useful for debugging, QAing, etc.
1 comments

To be honest, Django Admin seems much more evolved that the product showcased here.

With DA, you can fully customize the UI, have fine grained access control, create any kind of custom action, etc.

Requires you to use Django ORM to manage your DB schema though. But I would rather have an ORM/migration tool anyway.