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-4-by-example/tree/main/Chapter13
- Django mixins documentation – https://docs.djangoproject.com/en/4.1/topics/class-based-views/mixins/
- Creating custom permissions – https://docs.djangoproject.com/en/4.1/topics/auth/customizing/#custom-permissions
- Django formsets – https://docs.djangoproject.com/en/4.1/topics/forms/formsets/
- Django model formsets –https://docs.djangoproject.com/en/4.1/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/
django-braces...