1. 27 Apr, 2017 1 commit
  2. 26 Apr, 2017 3 commits
  3. 25 Apr, 2017 2 commits
  4. 23 Apr, 2017 1 commit
  5. 21 Apr, 2017 1 commit
  6. 15 Apr, 2017 6 commits
  7. 14 Apr, 2017 4 commits
  8. 12 Apr, 2017 2 commits
  9. 06 Apr, 2017 2 commits
  10. 04 Apr, 2017 3 commits
  11. 03 Apr, 2017 3 commits
  12. 02 Apr, 2017 4 commits
  13. 31 Mar, 2017 3 commits
  14. 30 Mar, 2017 1 commit
  15. 29 Mar, 2017 3 commits
  16. 25 Mar, 2017 1 commit
    • Ivan Smirnov's avatar
      Read dbpath from $CALIBRE_DBPATH if present · 2c173f98
      Ivan Smirnov authored
      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)
      2c173f98