Compare commits

...

2 Commits

Author SHA1 Message Date
MassiveAtoms
2887fd852a colab stuff 2020-07-16 13:12:47 -03:00
MassiveAtoms
acb2ab9e52 remove gitignored 2020-07-16 13:10:11 -03:00
5 changed files with 8 additions and 14 deletions

Binary file not shown.

View File

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

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.