Files @ a88485b46fb9
Branch filter:

Location: symposion_app/symposion_project/__init__.py

James Tauber
Merge branch 'fresh-start' into sponsorship

Conflicts:
symposion_project/docs/index.rst
1
2
3
4
5
6
7
8
# -*- coding: utf-8 -*-

__about__ = """
This project takes the zero_project and adds basic account management
functionality such as sign up, log in, password change/reset and email
confirmation. It is a foundation suitable for most sites that have user
accounts.
"""