diff --git a/gestioncof/management/commands/loaddevdata.py b/gestioncof/management/commands/loaddevdata.py index 8eb04fd2..77bfc606 100644 --- a/gestioncof/management/commands/loaddevdata.py +++ b/gestioncof/management/commands/loaddevdata.py @@ -27,7 +27,7 @@ DATA_DIR = os.path.join(os.path.dirname(os.path.dirname(__file__)), class Command(MyBaseCommand): help = "Charge des données de test dans la BDD" - def add_argument(self, parser): + def add_arguments(self, parser): """ Permet de ne pas créer l'utilisateur "root". """