2024-10-09 14:16:42 +03:00

4 lines
110 B
Python
Executable File

from django import forms
class DocumentForm(forms.Form):
docfile = forms.FileField(label='Select a file')