Loading sopds_web_backend/views.py +1 −1 Original line number Diff line number Diff line from random import randint from itertools import chain from django.shortcuts import render, render_to_response, redirect, Http404 from django.shortcuts import render from django.template.context_processors import csrf from django.core.paginator import Paginator, InvalidPage from django.db.models import Count, Min Loading opds_catalog/feeds.py +6 −6 File changed.Contains only whitespace changes. Show changes opds_catalog/utils.py +8 −8 File changed.Contains only whitespace changes. Show changes Loading
sopds_web_backend/views.py +1 −1 Original line number Diff line number Diff line from random import randint from itertools import chain from django.shortcuts import render, render_to_response, redirect, Http404 from django.shortcuts import render from django.template.context_processors import csrf from django.core.paginator import Paginator, InvalidPage from django.db.models import Count, Min Loading