[Python-modules-commits] [python-social-auth] 121/131: Merge branch 'master' of https://github.com/alexpantyukhin/python-social-auth into alexpantyukhin-master
Wolfgang Borgert
debacle at moszumanska.debian.org
Sat Dec 24 15:17:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to tag v0.2.20
in repository python-social-auth.
commit 63beffb9e90ad733d4f7679dd3cf6a19094f0f53
Merge: c92e297 4273876
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date: Sun Aug 7 11:12:25 2016 -0300
Merge branch 'master' of https://github.com/alexpantyukhin/python-social-auth into alexpantyukhin-master
examples/flask_peewee_example/__init__.py | 62 +++++++
examples/flask_peewee_example/manage.py | 26 +++
examples/flask_peewee_example/models/__init__.py | 4 +
examples/flask_peewee_example/models/user.py | 24 +++
examples/flask_peewee_example/requirements.txt | 7 +
examples/flask_peewee_example/routes/__init__.py | 2 +
examples/flask_peewee_example/routes/main.py | 22 +++
examples/flask_peewee_example/settings.py | 55 ++++++
examples/flask_peewee_example/templates/base.html | 14 ++
examples/flask_peewee_example/templates/done.html | 24 +++
examples/flask_peewee_example/templates/home.html | 85 +++++++++
social/apps/flask_app/peewee/__init__.py | 0
social/apps/flask_app/peewee/models.py | 48 ++++++
social/storage/peewee_orm.py | 199 ++++++++++++++++++++++
14 files changed, 572 insertions(+)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git
More information about the Python-modules-commits
mailing list