mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-21 03:58:26 +02:00
@ -5,7 +5,7 @@ import json
|
||||
|
||||
from django.core.management import BaseCommand
|
||||
|
||||
from registration.models import Payment
|
||||
from ...models import Payment
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
from django.core.management import BaseCommand
|
||||
|
||||
from registration.models import Payment
|
||||
from ...models import Payment
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
|
Reference in New Issue
Block a user