Re: [pylons-discuss] Using pyramid + pyramid_simpleform + formencode + sqlalchemy ?

2018-04-08 Thread André Prado
ttp://www.formencode.org/en/latest/Validator.html#state > > On Sun, Apr 8, 2018 at 8:35 AM, André Prado <andreprad...@gmail.com> > wrote: > >> Hi folks, >> >> I want to make a schema + a form connecting to SQLAlchemy and be able to >> identify if an us

[pylons-discuss] Using pyramid + pyramid_simpleform + formencode + sqlalchemy ?

2018-04-08 Thread André Prado
Hi folks, I want to make a schema + a form connecting to SQLAlchemy and be able to identify if an username is unique and emails are unique. I am using these as a base: https://docs.pylonsproject.org/projects/pyramid-simpleform/en/latest/

[pylons-discuss] Problem following the tutorial (SQLAlchemy + URL Dispatch)

2014-10-12 Thread André Prado
Hello, I am studying the Pyramid framework and I tried to follow the SQLAlchemy + URL Dispatch Wiki Tutorial http://docs.pylonsproject.org/projects/pyramid/en/latest/tutorials/wiki2/index.html ( http://docs.pylonsproject.org/projects/pyramid/en/latest/tutorials/wiki2/index.html ) When I get into