get(request, *args, **kwargs)
Adds object_list
to the context. If allow_empty
is True then display an empty list. If allow_empty
is False then raise a 404 error.
get(request, *args, **kwargs)
Adds object_list
to the context. If allow_empty
is True then display an empty list. If allow_empty
is False then raise a 404 error.
Please login to continue.