Loading opds_catalog/__pycache__/settings.cpython-35.pyc +23 B (2.91 KiB) File changed.No diff preview for this file type. View original file View changed file opds_catalog/settings.py +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ from django.conf import settings sopds_version = '0.30a' loglevels={'debug':logging.DEBUG,'info':logging.INFO,'warning':logging.WARNING,'error':logging.ERROR,'critical':logging.CRITICAL,'none':logging.NOTSET} VERSION = "0.31" # Main SOPDS Book Collection Directory ROOT_LIB = getattr(settings, "SOPDS_ROOT_LIB", "books/") BOOK_EXTENSIONS = getattr(settings, "SOPDS_BOOK_EXTESIONS", ['.pdf', '.djvu', '.fb2', '.epub']) Loading sopds/__pycache__/settings.cpython-35.pyc +45 B (3.02 KiB) File changed.No diff preview for this file type. View original file View changed file sopds/__pycache__/urls.cpython-35.pyc +129 B (1.32 KiB) File changed.No diff preview for this file type. View original file View changed file sopds/settings.py +2 −1 Original line number Diff line number Diff line Loading @@ -67,6 +67,7 @@ TEMPLATES = [ 'django.template.context_processors.request', 'django.contrib.auth.context_processors.auth', 'django.contrib.messages.context_processors.messages', 'sopds_web_backend.views.sopds_processor', ], }, }, Loading Loading @@ -142,7 +143,7 @@ else: #SOPDS_ROOT_LIB = os.path.join(BASE_DIR, 'opds_catalog\\tests\\data\\') SOPDS_AUTH = False SOPDS_AUTH = True SOPDS_ALPHABET_MENU = True SOPDS_SPLITITEMS = 50 SOPDS_DOUBLES_HIDE = True Loading Loading
opds_catalog/__pycache__/settings.cpython-35.pyc +23 B (2.91 KiB) File changed.No diff preview for this file type. View original file View changed file
opds_catalog/settings.py +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ from django.conf import settings sopds_version = '0.30a' loglevels={'debug':logging.DEBUG,'info':logging.INFO,'warning':logging.WARNING,'error':logging.ERROR,'critical':logging.CRITICAL,'none':logging.NOTSET} VERSION = "0.31" # Main SOPDS Book Collection Directory ROOT_LIB = getattr(settings, "SOPDS_ROOT_LIB", "books/") BOOK_EXTENSIONS = getattr(settings, "SOPDS_BOOK_EXTESIONS", ['.pdf', '.djvu', '.fb2', '.epub']) Loading
sopds/__pycache__/settings.cpython-35.pyc +45 B (3.02 KiB) File changed.No diff preview for this file type. View original file View changed file
sopds/__pycache__/urls.cpython-35.pyc +129 B (1.32 KiB) File changed.No diff preview for this file type. View original file View changed file
sopds/settings.py +2 −1 Original line number Diff line number Diff line Loading @@ -67,6 +67,7 @@ TEMPLATES = [ 'django.template.context_processors.request', 'django.contrib.auth.context_processors.auth', 'django.contrib.messages.context_processors.messages', 'sopds_web_backend.views.sopds_processor', ], }, }, Loading Loading @@ -142,7 +143,7 @@ else: #SOPDS_ROOT_LIB = os.path.join(BASE_DIR, 'opds_catalog\\tests\\data\\') SOPDS_AUTH = False SOPDS_AUTH = True SOPDS_ALPHABET_MENU = True SOPDS_SPLITITEMS = 50 SOPDS_DOUBLES_HIDE = True Loading