2👍
✅
You can create new objects and save them to the database afterwards using save()
:
for i in qs:
obj = myEmails(text=i.text)
obj.save()
Source:stackexchange.com