Elections : Fix tests, cleaned urls and add nice description

This commit is contained in:
2017-06-07 18:49:24 +02:00
parent c4389bb9cd
commit 41a9bf9953
3 changed files with 14 additions and 26 deletions

View File

@ -1,10 +1,9 @@
from django.test import TestCase
from django.core.urlresolvers import reverse
from django.contrib.auth.models import Group
from django.core.management import call_command
from django.conf import settings
from core.models import User
from core.models import User, Group
from election.models import Election