mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
plan to eat importer
This commit is contained in:
@@ -20,6 +20,7 @@ from cookbook.integration.mealmaster import MealMaster
|
||||
from cookbook.integration.nextcloud_cookbook import NextcloudCookbook
|
||||
from cookbook.integration.openeats import OpenEats
|
||||
from cookbook.integration.paprika import Paprika
|
||||
from cookbook.integration.plantoeat import Plantoeat
|
||||
from cookbook.integration.recipekeeper import RecipeKeeper
|
||||
from cookbook.integration.recettetek import RecetteTek
|
||||
from cookbook.integration.recipesage import RecipeSage
|
||||
@@ -59,6 +60,8 @@ def get_integration(request, export_type):
|
||||
return MealMaster(request, export_type)
|
||||
if export_type == ImportExportBase.OPENEATS:
|
||||
return OpenEats(request, export_type)
|
||||
if export_type == ImportExportBase.PLANTOEAT:
|
||||
return Plantoeat(request, export_type)
|
||||
|
||||
|
||||
@group_required('user')
|
||||
|
||||
Reference in New Issue
Block a user