Django's admin interface provides a powerful, automatic CRUD interface for managing your application's data.
Django admin panel is one of the biggest strengths on Django. It allows quickly have interface access data stored in DB, have forms to add and edit data and manage users.
Since Django Admin Site comes in a very basic state, in these series of tutorials we will see how to unleash all the power that is hidden behind various settings, attributes and customizations to make it really useful.