- Timestamp:
- 16 Mar 2008, 09:00:55 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/admitStudents.py
r3339 r3340 53 53 logger.info("Committing %s transactions, total %s" % (commit_after,count)) 54 54 cocount += 1 55 if cocount > 1:56 break55 #if cocount > 1: 56 # break 57 57 brain = aq_applicants(Eq('reg_no',reg_no))[0] 58 58 #logger.info("start creating objects of student %s" % (brain.reg_no))
Note: See TracChangeset for help on using the changeset viewer.