Searched refs:SoftwareRecipesTable (Results 1 – 3 of 3) sorted by relevance
630 class SoftwareRecipesTable(RecipesTable): class633 super(SoftwareRecipesTable, self).__init__(*args, **kwargs)638 super(SoftwareRecipesTable, self).setup_queryset(*args, **kwargs)654 super(SoftwareRecipesTable, self).setup_columns(*args, **kwargs)
123 tables.SoftwareRecipesTable.as_view(template_name="generic-toastertable-page.html"),
28 from toastergui.tables import SoftwareRecipesTable325 table = SoftwareRecipesTable()