Loading README.md +1 −1 Original line number Diff line number Diff line #### Simple OPDS Catalog - Простой OPDS Каталог #### Author: Dmitry V.Shelepnev #### Версия 0.44 #### Версия 0.45-devel #### 1. Простая установка Simple OPDS (используем простую БД sqlite3) Loading opds_catalog/settings.py +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ from constance import config loglevels={'debug':logging.DEBUG,'info':logging.INFO,'warning':logging.WARNING,'error':logging.ERROR,'critical':logging.CRITICAL,'none':logging.NOTSET} NOZIP_FORMATS = ['epub', 'mobi'] VERSION = "0.44" VERSION = "0.45-devel" TITLE = getattr(settings, "SOPDS_TITLE", "SimpleOPDS") SUBTITLE = getattr(settings, "SOPDS_SUBTITLE", "SimpleOPDS Catalog by www.sopds.ru. Version %s."%VERSION) ICON = getattr(settings, "SOPDS_ICON", "/static/images/favicon.ico") Loading Loading
README.md +1 −1 Original line number Diff line number Diff line #### Simple OPDS Catalog - Простой OPDS Каталог #### Author: Dmitry V.Shelepnev #### Версия 0.44 #### Версия 0.45-devel #### 1. Простая установка Simple OPDS (используем простую БД sqlite3) Loading
opds_catalog/settings.py +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ from constance import config loglevels={'debug':logging.DEBUG,'info':logging.INFO,'warning':logging.WARNING,'error':logging.ERROR,'critical':logging.CRITICAL,'none':logging.NOTSET} NOZIP_FORMATS = ['epub', 'mobi'] VERSION = "0.44" VERSION = "0.45-devel" TITLE = getattr(settings, "SOPDS_TITLE", "SimpleOPDS") SUBTITLE = getattr(settings, "SOPDS_SUBTITLE", "SimpleOPDS Catalog by www.sopds.ru. Version %s."%VERSION) ICON = getattr(settings, "SOPDS_ICON", "/static/images/favicon.ico") Loading