You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
parallel-library/cps
Ivan Smirnov 2c173f9848 Read dbpath from $CALIBRE_DBPATH if present
This is an exploration in potentially enabling multiple libraries to run using the same engine. 

Since app config is all in the db, we should get no port conflicts and be able to run multiple instances of this app with no issues.

Using os.getenv instead of os.environ.get allows us to provide CALIBRE_DBPATH inline with the invocation of the file (`CALIBRE_DBPATH=/foo/bar/` python cps.py)
7 years ago
..
static added jquery.form.js to project locally 7 years ago
templates Fix #138 7 years ago
translations Added Read/Unread to feed 7 years ago
__init__.py custom columns unfinished 8 years ago
book_formats.py Merge branch 'master' into fix/syntax-python3-20170305 7 years ago
db.py Merge remote-tracking branch 'gitignore/fix/syntax-python3-20170305' 7 years ago
epub.py fix conflict 7 years ago
fb2.py Fix except clause 7 years ago
gdriveutils.py Fixes for gevent/gdrive 7 years ago
helper.py Gdrive optional 7 years ago
ub.py Read dbpath from $CALIBRE_DBPATH if present 7 years ago
uploader.py Reuse original code logic. 7 years ago
web.py Fix #138 7 years ago