mirror of
https://github.com/ae-utbm/sith.git
synced 2026-04-28 17:46:02 +00:00
Election bdd + first view
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from django.conf.urls import url, include
|
||||
|
||||
from election.views import *
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^$', ElectionsListView.as_view(), name='election_list'),
|
||||
]
|
||||
Reference in New Issue
Block a user