partially working steps edit view

This commit is contained in:
vabene1111
2020-06-25 23:48:27 +02:00
parent 4a6b32d9af
commit 381bc5ffb4
4 changed files with 36 additions and 3 deletions

View File

@ -1,5 +1,7 @@
from django.contrib.auth.models import User
from rest_framework import serializers
from rest_framework.exceptions import APIException
from rest_framework.fields import CurrentUserDefault
from cookbook.models import MealPlan, MealType, Recipe, ViewLog, UserPreference, Storage, Sync, SyncLog, Keyword, Unit, Ingredient, Comment, RecipeImport, RecipeBook, RecipeBookEntry, ShareLink, CookLog, Food, Step
from cookbook.templatetags.custom_tags import markdown