diff --git a/CalibreWebCompanion/settings.json.bak b/CalibreWebCompanion/settings.json.bak index e9060a6..33d6e5d 100644 --- a/CalibreWebCompanion/settings.json.bak +++ b/CalibreWebCompanion/settings.json.bak @@ -1,5 +1,5 @@ { - "CALIBRE_DIR": "C:\\Users\\MassiveAtoms\\Documents\\Calibre Library", + "CALIBRE_DIR": "PATH\\TO\\your\\calibre\library", "SECRET_KEY": "u(8^+rb%rz5hsx4v^^y(ul7g(4n7a8!db@s*9(m5cs*2_ppy8+", "ALLOWED_HOSTS": [ "127.0.0.1" diff --git a/README.md b/README.md index 6c6df42..2b42191 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Django 3.0 # how to use: -Edit `./CalibreWebCompanion/CalibreWebCompanion/settings`. -Set CALIBRE_DIR to the path of your library +EDIT `./CalibreWebCompanion/settings.json.bak` +Remove the `.bak` from `db.sqlite3.bak` and `settings.json.bak` `./CalibreWebCompanion` run `./manage.py runserver` @@ -14,9 +14,13 @@ this is in development mode. don't actually use it or release it like this. The - [x] navbar with tags, series, authors, etc - [x] Search - [x] authentication +- [x] Cache # TODO +- [ ] cache with vary headers +- [ ] localisation +- [ ] Beautifying template + -- [ ] fix author_detail_view with annotate instead of current implementation \ No newline at end of file diff --git a/models.vsdx b/models.vsdx deleted file mode 100644 index 8ccda43..0000000 Binary files a/models.vsdx and /dev/null differ