[web2py] Web2py in pypi outdate.

2011-12-13 Thread nekrox
Hi guys the web2py packages in pypi (http://pypi.python.org/pypi/ web2py) is out date. Already been forgotten for a few months. can anyone update this? Regards!

[web2py] How can i create my own CAS provider?

2011-08-31 Thread nekrox
I have some apps and use the same database for share a auth system. I prefer to use CAS and have my own provider for my apps, but do not quite understand how to do as the documentation says, someone will have an example? Regards

[web2py] Re: pip install web2py

2011-08-27 Thread nekrox
Hi de packages has a bug, when i exec mkweb2pyenv the script dont found env.tar and the web2pyenv dont create. On 10 ago, 15:07, Chris Steel wrote: > Users of pip and virtual environments (virtualenv) can now make user of the > latest version of Web2py when installing from Pypi  and have the opt

[web2py] Two fields with autocomplete in a single form fail

2011-05-15 Thread nekrox
db.define_table('cities', Field('name', 'string'), Field('state', db.states) ) db.define_table('categories', Field('name', 'string') ) db.define_table('places', Field('name', 'string', required=True), Field('address1', 'string'), F