feat(backend): add rename tag, tool, category support (#875)

This commit is contained in:
Hayden
2021-12-10 19:48:06 -09:00
committed by GitHub
parent 8d77f4b31e
commit e109ac0f47
25 changed files with 573 additions and 163 deletions

View File

@@ -3,4 +3,5 @@ from .recipe_category import *
from .recipe_comments import *
from .recipe_image_types import *
from .recipe_ingredient import *
from .recipe_tool import *
from .request_helpers import *