Skip to content

Commit

Permalink
app_name in urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktelepovsky committed Jun 18, 2018
1 parent a4d5cb8 commit 4079bb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions detective/urls.py
Expand Up @@ -2,6 +2,7 @@

from detective.views import TrackingLogDetailView

app_name = 'detective'

urlpatterns = [
url(r'^trackinglog/detail/(?P<pk>[-\d]+)/$', TrackingLogDetailView.as_view(), name='trackinglog_detail'),
Expand Down

0 comments on commit 4079bb6

Please sign in to comment.