refactor: Traduction en anglais des modules "GestionInscription" et

"GestionLogin"
This commit is contained in:
N3WT DE COMPET
2025-01-12 10:07:06 +01:00
parent 830d9a48c0
commit 2b414b8391
69 changed files with 1393 additions and 1551 deletions

View File

@ -13,11 +13,11 @@ def run_command(command):
commands = [
["python", "manage.py", "collectstatic", "--noinput"],
["python", "manage.py", "flush", "--noinput"],
["python", "manage.py", "makemigrations", "GestionInscriptions"],
["python", "manage.py", "makemigrations", "Subscriptions"],
["python", "manage.py", "makemigrations", "GestionNotification"],
["python", "manage.py", "makemigrations", "GestionMessagerie"],
["python", "manage.py", "makemigrations", "GestionLogin"],
["python", "manage.py", "makemigrations", "GestionEnseignants"],
["python", "manage.py", "makemigrations", "Auth"],
["python", "manage.py", "makemigrations", "School"],
["python", "manage.py", "migrate"]
]