forked from DGNum/gestioCOF
typo
This commit is contained in:
parent
45856ca872
commit
13da42b823
1 changed files with 1 additions and 1 deletions
|
@ -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".
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue