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!
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
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
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
4 matches
Mail list logo