pyramid_signup 0.2

pyramid_signup is a generic user registration system for pyramid.Getting StartedFirst, Install the dependencies of the project:  pip install -r requirements.txt  python setup.py developNext, run our console script to setup the database: ...