This commit is contained in:
Élie Bouttier 2014-08-09 01:13:42 -07:00
parent fde1c147c9
commit 3a211b74a4
13 changed files with 238 additions and 146 deletions

View file

@ -1,4 +1,4 @@
from django.conf.urls import url
from django.conf.urls import url
urlpatterns = [
url(r'^$', 'issue.views.project_list', name='list-project'),