aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/__init__.py
Commit message (Expand)AuthorAge
* Cleaned code.Cédric Bonhomme2014-04-27
* Added avatar to the profile section.Cédric Bonhomme2014-04-24
* This fixes #1.Cédric Bonhomme2014-04-23
* Fixed bug for deployment on Herolu (1).Cédric Bonhomme2014-04-09
* 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