Implemented tree view for selection of samples
This commit is contained in:
parent
7f099bfca4
commit
6d40700cf3
11 changed files with 99 additions and 45 deletions
|
|
@ -4,7 +4,7 @@ from three_d_viewer import views
|
|||
|
||||
urlpatterns = patterns(
|
||||
'',
|
||||
url(r'^$', views.IndexView.as_view(), name='index'),
|
||||
url(r'^$', views.HomeView.as_view(), name='home'),
|
||||
url(r'^(?P<pk>\d+)/$', views.DetailView.as_view(), name='detail'),
|
||||
url(r'^media/(?P<path>.*)$', 'django.views.static.serve',
|
||||
{'document_root': settings.MEDIA_ROOT}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue