changeset 28 | 456b7b9e3d13 |
parent 23 | f57c30096b51 |
child 39 | 0fa055b8ea98 |
--- a/quiz/models.py Wed Apr 21 00:51:20 2010 +0530 +++ b/quiz/models.py Wed Apr 21 11:08:44 2010 +0530 @@ -4,6 +4,8 @@ from offline.event.models import Event class Profile(models.Model): + """ A profile for quiz takers. + """ user = models.ForeignKey(User) profession = models.CharField(max_length=20,help_text="(Ex: Faculty, Student etc.)")