allow_empty
A boolean specifying whether to display the page if no objects are available. If this is False
and no objects are available, the view will raise a 404 instead of displaying an empty page. By default, this is True
.
allow_empty
A boolean specifying whether to display the page if no objects are available. If this is False
and no objects are available, the view will raise a 404 instead of displaying an empty page. By default, this is True
.
Please login to continue.