Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 18 Nov 2010 15:00:13 +0530] rev 271
Add south to INSTALLED_APPS for both development and production.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 18 Nov 2010 14:59:39 +0530] rev 270
Add south location for django paths.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 18 Nov 2010 14:21:45 +0530] rev 269
Add south to the buildout configuration for migrations.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 18 Nov 2010 14:18:33 +0530] rev 268
Modify the help text of payment details to reflect examples.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 16 Nov 2010 18:33:10 +0530] rev 267
Convert multiple conditions to nested if in template since Django has a bug with conditionals in templates.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 16 Nov 2010 18:08:30 +0530] rev 266
Add a long check for alertness of payment names in the template.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 16 Nov 2010 18:07:25 +0530] rev 265
Add a alert label block with bigger font size and red color.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 16 Nov 2010 17:38:06 +0530] rev 264
Add javascript to submit registration form template to make sure the details are supplied only when user fills in the details.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 16 Nov 2010 17:37:36 +0530] rev 263
Made adjustments in the view to make paid field a dummy form field and not a model field. Also added confirmed field as model field.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 16 Nov 2010 17:36:53 +0530] rev 262
Remove the paid field from model form since it is now a dummy form field.