summaryrefslogtreecommitdiffstats
path: root/migrations
Commit message (Collapse)AuthorAgeFilesLines
* One URL for public/member group view.Alexander Sulfrian2016-01-101-2/+2
| | | | | | The group is now always reachable with a consistent URL regardless of membership of the current_user. If the user is no member the public view is rendered with the possibility to join the group.
* Use sqlalchemy, flask-migrate, flask-login and flask-scriptAlexander Sulfrian2016-01-104-0/+215
No peewee anymore. All dependencies are available as debian packages now.