fixed import

This commit is contained in:
vabene1111 2021-12-29 15:54:20 +01:00
parent ccd0966d92
commit c961909342

View File

@ -7,7 +7,7 @@ from django_scopes import scopes_disabled
from django_scopes.forms import SafeModelChoiceField, SafeModelMultipleChoiceField
from hcaptcha.fields import hCaptchaField
from .models import (Comment, InviteLink, Keyword, MealPlan, MealType, Recipe, RecipeBook,
from .models import (Comment, InviteLink, Keyword, MealPlan, MealType, Recipe, RecipeBook, Food,
RecipeBookEntry, SearchPreference, Space, Storage, Sync, User, UserPreference)