chore: commit qui sert à rien

This commit is contained in:
N3WT DE COMPET
2025-02-13 17:13:31 +01:00
parent 9bf9c5f62d
commit cce78355a3
17 changed files with 210 additions and 143 deletions

View File

@ -20,14 +20,15 @@ commands = [
["python", "manage.py", "makemigrations", "GestionMessagerie", "--noinput"],
["python", "manage.py", "makemigrations", "Auth", "--noinput"],
["python", "manage.py", "makemigrations", "School", "--noinput"],
["python", "manage.py", "migrate", "--noinput"],
["python", "manage.py", "init_payment_plans"],
["python", "manage.py", "init_payment_modes"]
["python", "manage.py", "migrate", "--noinput"]
]
test_commands = [
["python", "manage.py", "init_establishment"],
["python", "manage.py", "init_school_configuration"],
["python", "manage.py", "init_school_fees"]
["python", "manage.py", "init_school_fees"],
["python", "manage.py", "init_payment_plans"],
["python", "manage.py", "init_payment_modes"]
]
for command in commands: