forms.py 104 B

12345
  1. from django import forms
  2. class ImportStaffSpreadSheet(forms.Form):
  3. staff_file = forms.FileField()