Skip to content
Snippets Groups Projects
Select Git revision
  • add-lxml-dep
  • master default protected
2 results

ReadingList

  • Clone with SSH
  • Clone with HTTPS
  • Forked from I13 / ReadingList
    Up to date with the upstream repository.
    Christoph Egger's avatar
    Christoph authored
    66666612
    History

    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