colab stuff

This commit is contained in:
MassiveAtoms 2020-07-16 13:12:47 -03:00
parent acb2ab9e52
commit 2887fd852a
3 changed files with 8 additions and 4 deletions

View File

@ -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"

View File

@ -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

Binary file not shown.