Skip to content
Extraits de code Groupes Projets
Valider 8a6f3175 rédigé par Bram's avatar Bram
Parcourir les fichiers

[mod] remove useless stuff

parent 2f4db0c7
Branches
Étiquettes
Aucune requête de fusion associée trouvée
......@@ -4,8 +4,5 @@ from django.core.management.base import BaseCommand
from representatives.utils import import_representatives_from_format
class Command(BaseCommand):
args = '<poll_id poll_id ...>'
help = 'Closes the specified poll for voting'
def handle(self, *args, **options):
import_representatives_from_format(json.load(sys.stdin))
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter