Add a view to import HyperPlanning csv files
This commit is contained in:
parent
7b62c9cba1
commit
1a84c26f94
8 changed files with 144 additions and 16 deletions
|
|
@ -30,4 +30,7 @@ class PeriodForm(forms.Form):
|
|||
|
||||
def __init__(self, data, *args, **kwargs):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
class UploadHPFileForm(forms.Form):
|
||||
upload = forms.FileField(label='Fichier HyperPlanning')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue