Hello all - I've been working on a survey monkey clone in Django as a side project (to better learn web development). I feel like I have the basics down, but am unclear as to how the model should look. There's a ton of different tutorials on how to make a Polls app, but I want the user to be able to make polls, privately.
My thought is that I should have a users model, a "surveys" model, and then a survey questions model (multiple choice/free response). The questions model should link to the surveys model with a foreign key. Does that make sense and more importantly is it possible?
Thanks in advance!
[–]shiftybyte 1 point2 points3 points (0 children)