mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-14 11:47:30 +02:00
Compare commits
No commits in common. "8aec72d712b68dca31892591b3a5d70d4d0ba0c6" and "62abfa94d63c1ba159e89b066d6ee9ee146766e5" have entirely different histories.
8aec72d712
...
62abfa94d6
@ -1776,7 +1776,7 @@ msgstr "Moyenne"
|
||||
|
||||
#: participation/models.py:1320 participation/views.py:1669
|
||||
msgid "Coefficient"
|
||||
msgstr "Coefficient"
|
||||
msgstr "Coefficien"
|
||||
|
||||
#: participation/models.py:1321 participation/views.py:1712
|
||||
msgid "Subtotal"
|
||||
|
@ -5,13 +5,11 @@ from pathlib import Path
|
||||
|
||||
from django.conf import settings
|
||||
from django.core.management import BaseCommand
|
||||
from django.utils.translation import activate
|
||||
from participation.models import Solution, Tournament
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
def handle(self, *args, **kwargs):
|
||||
activate(settings.PREFERRED_LANGUAGE_CODE)
|
||||
base_dir = Path(__file__).parent.parent.parent.parent
|
||||
base_dir /= "output"
|
||||
if not base_dir.is_dir():
|
||||
|
Loading…
x
Reference in New Issue
Block a user