calibre-web-companion/README.md

22 lines
511 B
Markdown
Raw Normal View History

2020-07-08 02:11:21 +00:00
# requirements
Django 3.0
# how to use:
2020-07-08 16:22:37 +00:00
Edit `./CalibreWebCompanion/CalibreWebCompanion/settings`.
2020-07-14 22:19:27 +00:00
Set CALIBRE_DIR to the path of your library
2020-07-08 16:22:37 +00:00
`./CalibreWebCompanion`
run `./manage.py runserver`
2020-07-08 02:11:21 +00:00
2020-07-11 17:56:22 +00:00
this is in development mode. don't actually use it or release it like this. The debug info it shows is spicy.
# Features
- [x] Books
- [x] navbar with tags, series, authors, etc
- [x] Search
- [x] authentication
# TODO
- [ ] fix author_detail_view with annotate instead of current implementation