added source url to recipe export

This commit is contained in:
Michael Genson 2023-07-02 10:42:41 -05:00
parent b599c4f6a9
commit cad78e115d

View File

@ -1362,7 +1362,7 @@ class RecipeExportSerializer(WritableNestedModelSerializer):
model = Recipe
fields = (
'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):