Re: Beginner needs help with models.py for a Survey like Website

2014-11-12 Thread Collin Anderson
Hello, It seems to me you should merge your Picture and Collection model, right? because there's a collection of questions for each picture? So I thought that I need additional fields in the Picture class to safe the > average score, but what if my question list changes? Then I need to update

Beginner needs help with models.py for a Survey like Website

2014-11-06 Thread Tobias Dacoir
Hi all, I need to create some kind of survey for my studies but I'm struggling with the models.py. I did read some tutorial on Django and I like it very much, but I'm no expert when it comes to database modellling. Here is my proposed models.py: class User(models.Model): SEX = (