Hacker News new | ask | show | jobs
by angrymachine 973 days ago
Wagtail ModelAdmin is kind of a separate beast. It sits alongside the admin. It's not exactly a replacement, but is more of an end-user tool, whereas the Django admin is more of a developer tool. For managing more complicated models such as those with foreign keys, exporting a list of objects to Excel, etc. it can be a bit easier to use for the average office worker.