[Python-modules-commits] [python-social-auth] 123/131: Merge branch '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 e308c65f6603e1e2ecd64ed360c785287dad8d4f
Merge: c92e297 acc22c3
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Sun Aug 7 11:27:02 2016 -0300

    Merge branch '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