|
@@ -15,7 +15,3 @@ def validate_file_extension(value):
|
|
class WizardImportPaymentCSV(forms.Form):
|
|
class WizardImportPaymentCSV(forms.Form):
|
|
|
|
|
|
csv_file = forms.FileField(validators=[validate_file_extension])
|
|
csv_file = forms.FileField(validators=[validate_file_extension])
|
|
-
|
|
|
|
-
|
|
|
|
- def analyze_CSV(self):
|
|
|
|
- import pdb; pdb.set_trace()
|
|
|