Skip to content

Commit

Permalink
Adjust URL configuration based on changes introduced in Django 1.9:
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjeyd committed Mar 15, 2019
1 parent 2f09f35 commit 0a0d5e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions django_lti_tool_provider/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

from django_lti_tool_provider import views as lti_views


app_name = 'django_lti_tool_provider'

urlpatterns = [
url(r'', lti_views.LTIView.as_view(), name='lti')
]

0 comments on commit 0a0d5e0

Please sign in to comment.