Commit 36e07795 authored by Mickaël Desfrênes's avatar Mickaël Desfrênes
Browse files

remove empty management command

parent fef5a03c
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
from django.core.management.base import BaseCommand


class Command(BaseCommand):
    def handle(self, *args, **options):
        pass