improved importer functions unit and category

This commit is contained in:
vabene1111
2024-02-19 09:41:45 +01:00
parent 6b6556d532
commit 33ac00e294
3 changed files with 151 additions and 22 deletions

View File

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