Re: Storing data from frequently changing forms

2011-10-11 Thread Kurtis Mullins
I don't know how to go about integrating Django with an RDF Store, but from my academic experience RDF Stores were pretty popular to use when you have constantly changing data. I'd be interested in a RDF Store project for Django if you end up going that route. On Tue, Oct 11, 2011 at 5:53 PM, Mich

Storing data from frequently changing forms

2011-10-11 Thread Michael Wayne Goodman
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 th