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)
122 tables.SoftwareRecipesTable.as_view(template_name="generic-toastertable-page.html"),
25 from toastergui.tables import SoftwareRecipesTable309 table = SoftwareRecipesTable()