-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Book update TODO-List #366
Comments
|
…elpers are described. (see issue web2py#366)
(See issue web2py#366)
@wish7code, I think you point 6 has been fullfill since then :
Can you confirm? Thanks |
@BuhtigithuB Documentation has improved indeed, I remember placeholders being not mentioned at all. Still I find below 2010 mailing list explanation much more clear than the book, especially @Richard_Galka answer back then, see https://groups.google.com/forum/#!topic/web2py/a7p800sqdYg Highly appreciate your efforts to make web2py documentation better! |
Can you extract the information and send a PR? Thanks |
1) describe
{{=ASSIGNJS(js_var = python_var)}}
2) new syntax to store .table files in DB itself instead of in the filesystem (works with any DB)
Follow instructions https://cloud.google.com/appengine/docs/flexible/python/using-cloud-sql then use DAL//web2py URI:
In this case the
adapter_args=dict(migrator=InDBMigrator))
is the default behavior.ANY_OF
validator also needs to be documentedThe text was updated successfully, but these errors were encountered: