|
|
|
|
|
by andybak
4416 days ago
|
|
I strongly feel the exact opposite. I've worked with the Django Admin extensively since 0.98 and it gets more flexible and easier to customize with every release. There's an astonishingly large ecosystem of widgets, extensions and additions and having a single point of integration that (mostly) everyone agrees on allows them all to work fairly well together. There are things that I wish could be improved about the admin - mainly to do with the slightly old-school HTML and CSS behind it - but there are so many points where you can override, replace and extend that the good outweights the bad. |
|
I use this: https://github.com/django-admin-bootstrapped/django-admin-bo...
It seems to work pretty well.