Welcome to py4web’s documentation!
- What is py4web?
- Installation and Startup
- Creating your first app
- Dashboard
- Fixtures
- The database abstraction layer (DAL)
- Dependencies
- The DAL: A quick tour
- Using the DAL “stand-alone”
- DAL constructor
- Table constructor
- Field constructor
- Migrations
insert
commit
androllback
- Raw SQL
drop
- Indexes
- Legacy databases and keyed tables
- Distributed transaction
- More on uploads
Query
,Set
,Rows
select
- 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