Skip to content

Comment on Jolie: A drop-in replacement of Django Adminparent

Comments

Agreed.

A Django-specific skillset I found very important is to know where that limit/line of the admin sits - you can push it very far, but there's absolutely a point where it becomes unmaintainable and more costly than building it yourself. The line itself can be a bit of a moving target depending on the project though.

The Django admin is simultaneously one of the greatest tools of the past two decades while also being a massive footgun if you're not careful.

I agree. With the current state of Django admin, it is better not to build complex stuff on top of it. A few tweaks and customization here and there are fine, but anything more will likely break on Django and/or third-party package updates.

I'd like to see Django gradually redesigning parts of the Admin to allow for more modular extensibility in future versions.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.