May 2018
Beginner to intermediate
526 pages
11h 57m
English
django-braces is a third-party module that contains a collection of generic mixins for Django. These mixins provide additional features for class-based views. You can see a list of all mixins provided by django-braces at https://django-braces.readthedocs.io/.
We will use the following mixins of django-braces:
Install django-braces via pip using the following command:
pip install django-braces==1.13.0 ...
Read now
Unlock full access