Readinglist
Collaborative reading list. Primarily to check whether other people
are also interested in reading $somepapger
for jointly going through
the datails. Mit also gain a summary function so you can leave a note
for future interested people whom to ask and what you think about it.
Install
Assumes some basic auth setup for accounts, because that's convenient here. Database must be manually applied and a flask style config.py added.
SECRET_KEY = b''
DEBUG = True
SQLALCHEMY_DATABASE_URI = 'sqlite:///readinglist.sqlite'
SQLALCHEMY_TRACK_MODIFICATIONS = False