file to import and add format in pip

This commit is contained in:
Cayo Puigdefabregas 2024-02-28 09:23:03 +01:00
parent d9ccc8bbb3
commit 378401f8a9
2 changed files with 3 additions and 3 deletions

View File

@ -150,7 +150,7 @@ class ImportForm(forms.Form):
required=False required=False
) )
schema = forms.ChoiceField(label=_("Schema"), choices=[]) 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): def __init__(self, *args, **kwargs):
self._schema = None self._schema = None

View File

@ -4,7 +4,7 @@ django-extensions==3.2.3
django-tables2==2.6.0 django-tables2==2.6.0
black==23.9.1 black==23.9.1
python-decouple==3.8 python-decouple==3.8
jsonschema==4.19.1 jsonschema[format]==4.19.1
pandas==2.1.1 pandas==2.1.1
xlrd==2.0.1 xlrd==2.0.1
odfpy==1.4.1 odfpy==1.4.1