Remove main page, add parallax
This commit is contained in:
parent
669f9b999b
commit
3f5efe8f81
7 changed files with 53 additions and 43 deletions
|
@ -6,7 +6,7 @@ app_name = 'gallery'
|
|||
|
||||
urlpatterns = [
|
||||
|
||||
path('', views.Main.as_view(), name='main_url'),
|
||||
path('', views.AlbumsList.as_view(), name='main_url'),
|
||||
path('photostream/', views.PhotosList.as_view(), name='photos_url'),
|
||||
path('albums/<path:album_slug>/<int: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