mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-12 21:09:24 +00:00
Mise à jour d'avril (#643)
This commit is contained in:
@ -40,7 +40,6 @@ class Command(BaseCommand):
|
||||
parser.add_argument("user_id", type=int)
|
||||
|
||||
def handle(self, *args, **options):
|
||||
|
||||
user = User.objects.filter(id=options["user_id"]).first()
|
||||
|
||||
if user is None:
|
||||
|
Reference in New Issue
Block a user