
Customize the Django Admin
The Django framework comes with a powerful administrative tool called admin. You can use it out of the box to quickly add, delete, or edit any database model from a web interface. The admin’s recommended use is limited to an organization’s internal management tool. It’s not intended for building your entire front end around.






In this tutorial we are going to learn the basic drag and drop mechanism and outlines the approach used to enable it in custom controls
April 2, 2022