Hacker News new | ask | show | jobs
by Galanwe 2113 days ago
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.