mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 04:19:25 +00:00
Elections : Fix tests, cleaned urls and add nice description
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user