py4web: the reference Manual¶
Contents:
- What is py4web?
- Help, resources and hints
- Installation and Startup
- The Dashboard
- Creating your first app
- Fixtures
- The database abstraction layer (DAL)
- Dependencies
- The DAL: A quick tour
- Using the DAL “stand-alone”
- DAL constructor
- Table constructor
- Field constructor
- Migrations
insertcommitandrollback- Raw SQL
drop- Indexes
- Legacy databases and keyed tables
- Distributed transaction
- More on uploads
Query,Set,Rowsselectcommand- Other methods
- Computed fields
- Virtual fields
- One to many relation
- Many to many
- Tagging records
list:<type>andcontains- Other operators
- Generating raw sql
- Exporting and importing data
- Caching selects
- Self-Reference and aliases
- Advanced features
- Gotchas
- The RESTAPI
- YATL Template Language
- YATL helpers
- Internationalization
- Forms
- Authentication and Access control
- Grid
- From web2py to py4web