symposion_app/symposion_project/__init__.py

9 lines
268 B
Python
Raw Normal View History

2012-07-11 22:51:09 +00:00
# -*- 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.
"""