get_allow_empty()
Return a boolean specifying whether to display the page if no objects are available. If this method returns 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.