Skip to content

Commit

Permalink
add back sparqs
Browse files Browse the repository at this point in the history
  • Loading branch information
nanchenchen committed Oct 16, 2016
1 parent 307d1bd commit 1086921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msgvis/apps/base/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# url(r'^explorer/$', views.ExplorerView.as_view(), name='explorer'),
(r'^accounts/logout/$', 'django.contrib.auth.views.logout',{'next_page': '/lariat'}),
url(r'^accounts/', include('django.contrib.auth.urls')),
#url(r'^explorer(?:/(?P<dataset_pk>\d+))?/$', views.ExplorerView.as_view(), name='explorer'),
url(r'^explorer(?:/(?P<dataset_pk>\d+))?/$', views.ExplorerView.as_view(), name='explorer'),
#url(r'^grouper(?:/(?P<dataset_pk>\d+))?/$', views.GrouperView.as_view(), name='grouper'),
url(r'^lariat(?:/(?P<dataset_pk>\d+))?/$', views.GrouperView.as_view(), name='lariat'),
)

0 comments on commit 1086921

Please sign in to comment.