chore: Création d'un RF de test au démarrage avec Template de documents

This commit is contained in:
N3WT DE COMPET
2025-02-21 15:05:48 +01:00
parent de86e923cf
commit 214fb186fa
16 changed files with 511 additions and 381 deletions

View File

@ -24,11 +24,7 @@ commands = [
]
test_commands = [
["python", "manage.py", "init_establishment"],
["python", "manage.py", "init_school_configuration"],
["python", "manage.py", "init_school_fees"],
["python", "manage.py", "init_payment_plans"],
["python", "manage.py", "init_payment_modes"]
["python", "manage.py", "init_mock_datas"]
]
for command in commands: