added drag and drop to ingredients

This commit is contained in:
smilerz
2021-03-18 12:09:53 -05:00
parent 44dee16e0a
commit 647c1678f1
2 changed files with 47 additions and 14 deletions

View File

@ -662,6 +662,7 @@ def ingredient_from_string(request):
'amount': amount,
'unit': unit,
'food': food,
'note': note
},
status=200
)