Question

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

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top