Add a view to import HyperPlanning csv files

This commit is contained in:
Claude Paroz 2017-07-14 11:05:35 +02:00
parent 7b62c9cba1
commit 1a84c26f94
8 changed files with 144 additions and 16 deletions

View file

@ -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')