class documentation

class DatasetListView(ViewLoggerMixin, generic.ListView):

View In Hierarchy

View that displays all datasets in a list.

Method get_queryset Return the tables available for download, based on the (logged in) user.
Class Variable template_name Undocumented
def get_queryset(self):

Return the tables available for download, based on the (logged in) user.

template_name: str =

Undocumented