Additional resources
The following resources provide additional information related to the topics covered in this chapter:
- Source code for this chapter: https://github.com/PacktPublishing/Django-5-by-example/tree/main/Chapter13
- Django mixins documentation: https://docs.djangoproject.com/en/5.0/topics/class-based-views/mixins/
- Neapolitan package to create CRUD views: https://github.com/carltongibson/neapolitan
- Creating custom permissions: https://docs.djangoproject.com/en/5.0/topics/auth/customizing/#custom-permissions
- Django formsets: https://docs.djangoproject.com/en/5.0/topics/forms/formsets/
- Django model formsets: https://docs.djangoproject.com/en/5.0/topics/forms/modelforms/#model-formsets
- HTML5 Drag and Drop API: https://www.w3schools.com/html/html5_draganddrop.asp
- HTML5 Sortable library documentation: https://github.com/lukasoppermann/html5sortable
- HTML5 Sortable library examples: https://lukasoppermann.github.io/html5sortable...