Compare commits
2 Commits
eca48c6cfa
...
2887fd852a
Author | SHA1 | Date | |
---|---|---|---|
|
2887fd852a | ||
|
acb2ab9e52 |
Binary file not shown.
@ -1,10 +0,0 @@
|
||||
{
|
||||
"CALIBRE_DIR": "C:\\Users\\MassiveAtoms\\Documents\\Calibre Library",
|
||||
"SECRET_KEY": "u(8^+rb%rz5hsx4v^^y(ul7g(4n7a8!db@s*9(m5cs*2_ppy8+",
|
||||
"ALLOWED_HOSTS": [
|
||||
"127.0.0.1"
|
||||
],
|
||||
"INTERNAL_IPS": [
|
||||
"127.0.0.1"
|
||||
]
|
||||
}
|
@ -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"
|
||||
|
10
README.md
10
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
|
||||
|
BIN
models.vsdx
BIN
models.vsdx
Binary file not shown.
Loading…
Reference in New Issue
Block a user