1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 11:18:27 +02:00
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-02-23 23:05:10 +01:00
parent 2c54f315f6
commit 7b4e867e33
8 changed files with 13 additions and 15 deletions

View File

@ -5,7 +5,7 @@ import json
from django.core.management import BaseCommand
from registration.models import Payment
from ...models import Payment
class Command(BaseCommand):

View File

@ -3,7 +3,7 @@
from django.core.management import BaseCommand
from registration.models import Payment
from ...models import Payment
class Command(BaseCommand):