tortoise / tortoise-orm

Familiar asyncio ORM for python, built with relations in mind
https://tortoise.github.io
Apache License 2.0
4.39k stars 359 forks source link

how do u create form field instead dictonary i cant see any docs plz help #1490

Closed xalteropsx closed 9 months ago

xalteropsx commented 9 months ago

i want a multipart form field instead a dictonary so i can send file etc

xalteropsx commented 9 months ago

image BookForm = model_form(Users, exclude=['modified_at', 'created_at'])

using wtform i dont understand why i getting image