Loading opds_catalog/__pycache__/settings.cpython-35.pyc −5 B (2.91 KiB) File changed.No diff preview for this file type. View original file View changed file opds_catalog/__pycache__/urls.cpython-35.pyc (2.78 KiB) File changed.No diff preview for this file type. View original file View changed file opds_catalog/settings.py +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ AUTH = getattr(settings, "SOPDS_AUTH", False) TITLE = getattr(settings, "SOPDS_TITLE", "SimpleOPDS") SUBTITLE = getattr(settings, "SOPDS_SUBTITLE", "SimpleOPDS Catalog by www.sopds.ru. Version %s."%sopds_version) ICON = getattr(settings, "SOPDS_ICON", "http://www.sopds.ru/favicon.ico") ICON = getattr(settings, "SOPDS_ICON", "/static/images/favicon.ico") LOGFILE = getattr(settings, "SOPDS_LOGFILE", "scan.log") loglevel = getattr(settings, "SOPDS_LOGLEVEL", "info") Loading opds_catalog/urls.py +1 −0 Original line number Diff line number Diff line Loading @@ -44,5 +44,6 @@ urlpatterns = [ url(r'^download/(?P<book_id>[0-9]+)/(?P<zip>[0-1])/$',dl.Download, name='download'), url(r'^cover/(?P<book_id>[0-9]+)/$',dl.Cover, name='cover'), url(r'^',feeds.MainFeed(), name='main'), ] sopds/__pycache__/urls.cpython-35.pyc (1.32 KiB) File changed.No diff preview for this file type. View original file View changed file Loading
opds_catalog/__pycache__/settings.cpython-35.pyc −5 B (2.91 KiB) File changed.No diff preview for this file type. View original file View changed file
opds_catalog/__pycache__/urls.cpython-35.pyc (2.78 KiB) File changed.No diff preview for this file type. View original file View changed file
opds_catalog/settings.py +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ AUTH = getattr(settings, "SOPDS_AUTH", False) TITLE = getattr(settings, "SOPDS_TITLE", "SimpleOPDS") SUBTITLE = getattr(settings, "SOPDS_SUBTITLE", "SimpleOPDS Catalog by www.sopds.ru. Version %s."%sopds_version) ICON = getattr(settings, "SOPDS_ICON", "http://www.sopds.ru/favicon.ico") ICON = getattr(settings, "SOPDS_ICON", "/static/images/favicon.ico") LOGFILE = getattr(settings, "SOPDS_LOGFILE", "scan.log") loglevel = getattr(settings, "SOPDS_LOGLEVEL", "info") Loading
opds_catalog/urls.py +1 −0 Original line number Diff line number Diff line Loading @@ -44,5 +44,6 @@ urlpatterns = [ url(r'^download/(?P<book_id>[0-9]+)/(?P<zip>[0-1])/$',dl.Download, name='download'), url(r'^cover/(?P<book_id>[0-9]+)/$',dl.Cover, name='cover'), url(r'^',feeds.MainFeed(), name='main'), ]
sopds/__pycache__/urls.cpython-35.pyc (1.32 KiB) File changed.No diff preview for this file type. View original file View changed file