Go to file
2020-07-16 15:47:00 +00:00
CalibreWebCompanion removed files 2020-07-16 12:45:35 -03:00
.gitignore
models.vsdx
README.md
requirements.txt

requirements

Django 3.0

how to use:

Edit ./CalibreWebCompanion/CalibreWebCompanion/settings.
Set CALIBRE_DIR to the path of your library
./CalibreWebCompanion
run ./manage.py runserver

this is in development mode. don't actually use it or release it like this. The debug info it shows is spicy.

Features

  • Books
  • navbar with tags, series, authors, etc
  • Search
  • authentication

TODO

  • fix author_detail_view with annotate instead of current implementation