Bundle trimed down alternative to photologue
This commit is contained in:
parent
2da3419b8d
commit
5368a51a76
40 changed files with 2652 additions and 70 deletions
|
|
@ -17,6 +17,6 @@ class MediaAccess(LoginRequiredMixin, View):
|
|||
|
||||
|
||||
class IndexView(LoginRequiredMixin, ListView):
|
||||
queryset = Gallery.objects.on_site().is_public()
|
||||
queryset = Gallery.objects.filter(is_public=True)
|
||||
paginate_by = 4
|
||||
template_name = "index.html"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue