Skip to content

Commit

Permalink
re add schedule view
Browse files Browse the repository at this point in the history
  • Loading branch information
llazzaro committed Feb 2, 2017
1 parent 6fb9620 commit 666fdfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schedule/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,5 @@
url(r'^api/select_create/$',
api_select_create,
name='api_select_create'),
url(r'^$', ListView.as_view(queryset=Calendar.objects.all()), name='schedule'),
]

0 comments on commit 666fdfe

Please sign in to comment.