Awesome work! I change some bugs in DemoApp.vue at frontend, where the Publisher and Book components had bugs. Now you could execute run.sh in shell and didn't show error at build stage. However, the Books form has errors when submit data on page http://127.0.0.1:8000/
{ "non_field_errors": [ "Expected a list of items but got type \"str\"." ] }Books
[ { "title": [ "Tag with this title already exists." ] } ]Tags
Awesome work! I change some bugs in DemoApp.vue at frontend, where the Publisher and Book components had bugs. Now you could execute
run.sh
in shell and didn't show error at build stage. However, the Books form has errors when submit data on page http://127.0.0.1:8000/