Merge photologue_custom into photologue
This commit is contained in:
parent
8beedb3626
commit
d865a6eb1f
36 changed files with 549 additions and 566 deletions
|
|
@ -1,7 +1,8 @@
|
|||
from django.urls import path, re_path
|
||||
from photologue_custom.views import CustomGalleryDetailView, GalleryDownload, GalleryUpload, TagDetail
|
||||
|
||||
from .views import GalleryArchiveIndexView, GalleryYearArchiveView, PhotoDetailView
|
||||
from .views import (CustomGalleryDetailView, GalleryArchiveIndexView,
|
||||
GalleryDownload, GalleryUpload, GalleryYearArchiveView,
|
||||
PhotoDetailView, TagDetail)
|
||||
|
||||
app_name = 'photologue'
|
||||
urlpatterns = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue