file to import and add format in pip
This commit is contained in:
parent
d9ccc8bbb3
commit
378401f8a9
|
@ -150,7 +150,7 @@ class ImportForm(forms.Form):
|
|||
required=False
|
||||
)
|
||||
schema = forms.ChoiceField(label=_("Schema"), choices=[])
|
||||
file_import = forms.FileField(label=_("File import"))
|
||||
file_import = forms.FileField(label=_("File to import"))
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
self._schema = None
|
||||
|
|
|
@ -4,7 +4,7 @@ django-extensions==3.2.3
|
|||
django-tables2==2.6.0
|
||||
black==23.9.1
|
||||
python-decouple==3.8
|
||||
jsonschema==4.19.1
|
||||
jsonschema[format]==4.19.1
|
||||
pandas==2.1.1
|
||||
xlrd==2.0.1
|
||||
odfpy==1.4.1
|
||||
|
|
Loading…
Reference in New Issue