xapian #1
8
snapshot/forms.py
Normal file
8
snapshot/forms.py
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
class UploadForm(forms.Form):
|
||||||
|
snapshot_file = forms.FileField(label=_("File"))
|
||||||
|
|
||||||
|
def clean(self):
|
||||||
|
data = self.cleaned_data
|
Loading…
Reference in a new issue