Loading opds_catalog/__pycache__/feeds.cpython-35.pyc −1 B (39.7 KiB) File changed.No diff preview for this file type. View original file View changed file opds_catalog/__pycache__/models.cpython-35.pyc −1 B (6.35 KiB) File changed.No diff preview for this file type. View original file View changed file opds_catalog/feeds.py +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ from django.shortcuts import render #from django.db.models import Count, Min, Sum #from django.utils.encoding import escape_uri_path from opds_catalog.models import Book, Catalog, Author, Genre, Series, bookshelf, Counter, lang_codes from opds_catalog.models import Book, Catalog, Author, Genre, Series, bookshelf, Counter, lang_menu from opds_catalog import models from opds_catalog import settings #from django.http.response import Http404 Loading opds_catalog/models.py +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ counter_allseries = 'allseries' LangCodes = {1:'АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЬЫЪЭЮЯабвгдеёжзийклмнопрстуфхцчшщьыъэюя', 2:'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz', 3:'0123456789'} lang_codes = {1:_('Cyrillic'), 2:_('Latin'), 3:_('Digits'), 9:_('Other symbols'), 0:_('Show all')} lang_menu = {1:_('Cyrillic'), 2:_('Latin'), 3:_('Digits'), 9:_('Other symbols'), 0:_('Show all')} class Book(models.Model): filename = models.CharField(db_index=True, max_length=256) Loading sopds/__pycache__/settings.cpython-35.pyc (3.02 KiB) File changed.No diff preview for this file type. View original file View changed file Loading
opds_catalog/__pycache__/feeds.cpython-35.pyc −1 B (39.7 KiB) File changed.No diff preview for this file type. View original file View changed file
opds_catalog/__pycache__/models.cpython-35.pyc −1 B (6.35 KiB) File changed.No diff preview for this file type. View original file View changed file
opds_catalog/feeds.py +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ from django.shortcuts import render #from django.db.models import Count, Min, Sum #from django.utils.encoding import escape_uri_path from opds_catalog.models import Book, Catalog, Author, Genre, Series, bookshelf, Counter, lang_codes from opds_catalog.models import Book, Catalog, Author, Genre, Series, bookshelf, Counter, lang_menu from opds_catalog import models from opds_catalog import settings #from django.http.response import Http404 Loading
opds_catalog/models.py +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ counter_allseries = 'allseries' LangCodes = {1:'АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЬЫЪЭЮЯабвгдеёжзийклмнопрстуфхцчшщьыъэюя', 2:'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz', 3:'0123456789'} lang_codes = {1:_('Cyrillic'), 2:_('Latin'), 3:_('Digits'), 9:_('Other symbols'), 0:_('Show all')} lang_menu = {1:_('Cyrillic'), 2:_('Latin'), 3:_('Digits'), 9:_('Other symbols'), 0:_('Show all')} class Book(models.Model): filename = models.CharField(db_index=True, max_length=256) Loading
sopds/__pycache__/settings.cpython-35.pyc (3.02 KiB) File changed.No diff preview for this file type. View original file View changed file