quiz/models.py
changeset 13 ad193c5014b2
parent 12 81cd0140a0f2
child 14 ea7d372bfbff
--- a/quiz/models.py	Tue Apr 20 15:31:21 2010 +0530
+++ b/quiz/models.py	Tue Apr 20 15:39:07 2010 +0530
@@ -34,6 +34,7 @@
 
     user = models.ForeignKey(User)
     event = models.ForeignKey(Event)
+    user_ip = models.CharField(max_length=15)
     
     quiz_num = models.CharField(max_length=2)
     que_remaining = models.CharField(max_length=100)