Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
Yohann D'ANELLO 2021-09-02 13:44:18 +02:00
parent e452b7acbf
commit d36edfc063
No known key found for this signature in database
GPG key ID: 3A75C55819C8CF85
3 changed files with 10 additions and 8 deletions

View file

@ -5,7 +5,7 @@ from argparse import ArgumentParser, FileType
from django.core.management import BaseCommand
from django.db import transaction
from wei.forms import CurrentSurvey
from ...forms import CurrentSurvey
class Command(BaseCommand):