Storing data from frequently changing forms
Hi all, I'm new to this and could use some help,
I'm implementing a large-ish form-based application for an ongoing
academic project. As students come and go, the form fields change
frequently, so I'm wary to have form fields map to database entries.
Does anyone have a good idea of how to store the form data? Currently
the data is serialized and the user can download/upload it from/to the
form. Perhaps I could store the serialized data in the database as one
large CharField, or I could do something more robust to change like
RDF triples?
Any ideas or comments would be appreciated.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home