質問

I have been reading and doing Django Tutorials for a while now. I am looking to build a relatively simple Survey facility for an experiment I am running.

However almost all of the form tutorials I have looked at relate to submitting a form to an email address e.g.

There are some old SO questions on this topic as well but the resources are either not complete or out of date.

I am looking to store the users feedback in the SQLite database. Can anyone recommend any resources for this? I understand that the methodology is similar but there seems to be much less information about it.

Thanks

役に立ちましたか?

解決

The Django tutorial does exactly what you requested. In the part 4 it's explained how to create a form and save the voting resuts to the database.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top