File diff 7f8c614fc2f4 → 09aa60777ffe
symposion/__init__.py
Show inline comments
 
new file 100644
 
# -*- 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.
 
"""