This is a reusable plain version the varia library website. You can host your own website of books using just a simple csv file
Go to file
Luke Murphy 54801dcc35
Wire up install docs and requirements
And fix an import that I maybe broke but not sure.
2020-12-12 13:50:00 +01:00
library Wire up install docs and requirements 2020-12-12 13:50:00 +01:00
.gitignore Wire up install docs and requirements 2020-12-12 13:50:00 +01:00
makefile Wire up install docs and requirements 2020-12-12 13:50:00 +01:00
README.md Wire up install docs and requirements 2020-12-12 13:50:00 +01:00
requirements.txt Wire up install docs and requirements 2020-12-12 13:50:00 +01:00

varia-library-website

Work In Progress

Hacking

$ python3 -m venv .venv && source .venv/bin/activate
$ FLASK_APP=library

Or run make setup.

$ FLASK_APP=library.page flask run

Or run make.