diff --git a/symposion_project/__init__.py b/symposion_project/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..ccd713a212a47186697aca83c56c9d12f8f2a3a9 --- /dev/null +++ b/symposion_project/__init__.py @@ -0,0 +1,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. +"""