Go to file
MassiveAtoms 398088454b did stuff
2020-07-16 12:50:38 -03:00
CalibreWebCompanion did stuff 2020-07-16 12:50:38 -03:00
.gitignore fixed requirements 2020-07-14 19:19:27 -03:00
models.vsdx reasonably working calibreweb thing 2020-07-07 23:11:21 -03:00
README.md fixed requirements 2020-07-14 19:19:27 -03:00
requirements.txt fixed requirements 2020-07-14 19:19:27 -03:00

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