xapian #1

Merged
cayop merged 26 commits from xapian into master 2024-09-17 10:11:28 +00:00
1 changed files with 8 additions and 0 deletions
Showing only changes of commit e2f9855954 - Show all commits

8
snapshot/forms.py Normal file
View File

@ -0,0 +1,8 @@
class UploadForm(forms.Form):
snapshot_file = forms.FileField(label=_("File"))
def clean(self):
data = self.cleaned_data