Add search
This commit is contained in:
parent
333ed61b6e
commit
f3ec438305
4 changed files with 76 additions and 1 deletions
|
@ -11,6 +11,7 @@ urlpatterns = [
|
|||
|
||||
path('', views.AlbumsList.as_view(), name='main_url'),
|
||||
path('about/', views.About.as_view(), name='about_url'),
|
||||
path('search/', views.Search.as_view(), name='search_url'),
|
||||
path('photostream/', views.PhotosList.as_view(), name='photos_url'),
|
||||
path('albums/<path:album_slug>/<filename:photo_slug>', views.PhotoDetail.as_view(), name='photo_url'),
|
||||
path('albums/<path:album_slug>/', views.AlbumDetail.as_view(), name='album_url'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue