Added path for poc file.
--- a/upload/views.py Mon Jan 25 02:13:07 2010 +0530
+++ b/upload/views.py Mon Jan 25 02:28:31 2010 +0530
@@ -24,7 +24,7 @@
View to return list of registered participants
"""
##wow what a one liner
- poc = dict([line.strip().split('|') for line in open('upload/poc')])
+ poc = dict([line.strip().split('|') for line in open('/home/hg/repos/ws_reg/upload/poc')])
if not request.user.is_authenticated():
return HttpResponse("You can't view these details.")
context_registrants = []