Add download gallery as zip
This commit is contained in:
parent
e2c826ec1d
commit
52d63128fc
3 changed files with 31 additions and 3 deletions
|
|
@ -1,7 +1,8 @@
|
|||
from django.urls import path
|
||||
|
||||
from .views import TagDetail
|
||||
from .views import TagDetail, GalleryDownload
|
||||
|
||||
urlpatterns = [
|
||||
path('tag/<slug:slug>/', TagDetail.as_view(), name='tag-detail'),
|
||||
path('gallery/<slug:slug>/download/', GalleryDownload.as_view(), name='gallery-download'),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue