Why you should use the Django admin: 9 tips
Posted on Wed 09 December 2015 in Programming • Tagged with django, python, admin • Leave a comment
This writing is inspired by a comment on Reddit concerning my recent post:
“The problem is that everyone I speak to seems to think the opposite - that the admin is super-limited, inflexible and hard to customize.”
— andybak on Reddit
I’m about to break this prejudice right now. The Django admin is a really brilliant piece of software, which can significantly speed up your development.
Here are some tips about the Django admin, which I’ve found to be quite useful.
Continue reading