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`.
|
|
|
|
Set CALIBREPATH to the path of your library
|
|
|
|
`./CalibreWebCompanion`
|
|
|
|
run `./manage.py runserver`
|
2020-07-08 02:11:21 +00:00
|
|
|
|
2020-07-08 16:22:37 +00:00
|
|
|
this is in development mode. don't actually use it or release it like this. The debug info it shows is spicy.
|