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
2020-12-21 18:41:55 +01:00
library dropdown menu for publication types, more coming soon 2020-12-21 18:41:55 +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 Fix setup instructions 2020-12-12 13:51:09 +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
$ pip install -r requirements.txt

Or run make setup.

$ FLASK_APP=library.page flask run

Or run make.