Go to file
MassiveAtoms 10648a6d0a Revert "clarification readme"
This reverts commit e62e54757a.
2020-07-31 17:07:30 -03:00
CalibreWebCompanion roadmap 2020-07-16 14:30:45 -03:00
.gitignore what about now 2020-07-16 13:08:08 -03:00
README.md Revert "clarification readme" 2020-07-31 17:07:30 -03:00
requirements.txt fixed requirements 2020-07-14 19:19:27 -03:00

requirements

Django 3.0

how to use:

EDIT ./CalibreWebCompanion/settings.json.bak Remove the .bak from db.sqlite3.bak and settings.json.bak ./CalibreWebCompanion
run ./manage.py runserver

this is in development mode. don't actually use it or release it like this. The debug info it shows is spicy.

Features

  • Books
  • navbar with tags, series, authors, etc
  • Search
  • authentication
  • Cache

TODO

  • cache with vary headers
  • localisation
  • Beautifying template
  • Setup email functionality
  • Profiling with logging
  • deploy