Added OpenID registration and login.
authorEevee <git@veekun.com>
Thu, 30 Jul 2009 05:49:32 +0000 (22:49 -0700)
committerEevee <git@veekun.com>
Thu, 30 Jul 2009 05:49:32 +0000 (22:49 -0700)
commit224a257ade788e1a87aab78032dc3cdc9677cc06
tree7d48f48af424fb77b31130024fb9888a78869f58
parente080215f07b8153ef01d6c840a4ba3a4bfc2d770
Added OpenID registration and login.
12 files changed:
development.ini
floof/config/routing.py
floof/controllers/account.py [new file with mode: 0644]
floof/lib/base.py
floof/model/__init__.py
floof/model/meta.py
floof/model/users.py [new file with mode: 0644]
floof/templates/base.mako [new file with mode: 0644]
floof/templates/index.mako [new file with mode: 0644]
floof/templates/login.mako [new file with mode: 0644]
floof/tests/functional/test_account.py [new file with mode: 0644]
setup.py