diff -r aae2f69ba89c -r 3643f59f141e quiz/management/commands/seed_que.py --- a/quiz/management/commands/seed_que.py Thu Apr 22 05:41:35 2010 +0530 +++ b/quiz/management/commands/seed_que.py Thu Apr 22 06:23:53 2010 +0530 @@ -20,6 +20,7 @@ description_node = question.getElementsByTagName("description")[0] description = (description_node.childNodes[0].data).strip() + print description time_limit_node = question.getElementsByTagName("time_limit")[0] time_limit = time_limit_node.childNodes[0].data