Commit f79c72e7e043de4f5da7caca2b401a0192ce24d0
1 parent
70073737
Exists in
dev
quickfix --noinput flush db
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
pyros.py
... | ... | @@ -641,7 +641,7 @@ class Pyros(AManager): |
641 | 641 | La table contenant les informations d’application des migrations n’est pas effacée |
642 | 642 | ''' |
643 | 643 | #TODO: remplacer par manage.py --noinput flush pour eviter le "echo yes"... |
644 | - self.execProcess( self.venv_bin + " manage.py --noinput flush") | |
644 | + self.execProcess( self.venv_bin + " manage.py flush --noinput") | |
645 | 645 | self.replacePatternInFile("CELERY_TEST = False", "CELERY_TEST = True", "pyros/settings.py") |
646 | 646 | self.changeDirectory("..") |
647 | 647 | ... | ... |