Merge branch 'develop' of https://github.com/vabene1111/recipes into develop
This commit is contained in:
commit
dccfc436be
@ -1362,7 +1362,7 @@ class RecipeExportSerializer(WritableNestedModelSerializer):
|
|||||||
model = Recipe
|
model = Recipe
|
||||||
fields = (
|
fields = (
|
||||||
'name', 'description', 'keywords', 'steps', 'working_time',
|
'name', 'description', 'keywords', 'steps', 'working_time',
|
||||||
'waiting_time', 'internal', 'nutrition', 'servings', 'servings_text',
|
'waiting_time', 'internal', 'nutrition', 'servings', 'servings_text', 'source_url',
|
||||||
)
|
)
|
||||||
|
|
||||||
def create(self, validated_data):
|
def create(self, validated_data):
|
||||||
|
Loading…
Reference in New Issue
Block a user