aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/__init__.py
Commit message (Expand)AuthorAge
* Beginning of the port to PostgreSQL.Cédric Bonhomme2014-04-07
* Email notification.Cédric Bonhomme2013-11-10
* Removed admin interface.Cédric Bonhomme2013-11-10
* It is now possible to add a feed via a form for different users.Cédric Bonhomme2013-11-01
* Added users management.Cédric Bonhomme2013-11-01
* Added authentication with Flask-Login.Cédric Bonhomme2013-10-30
* Sorting of articles seems to be working ;-)Cédric Bonhomme2013-10-28
* SECRET_KEY is set by os.urandom(12).Cédric Bonhomme2013-10-27
* Removed debug tool bar.Cédric Bonhomme2013-10-27
* Mark an article as read.Cédric Bonhomme2013-10-13
* Added new files. First prototype with the Flask micro-framework.Cédric Bonhomme2013-10-13
bgstack15