Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | More
Dive into Lino¶
After having installed your developer environment, you are now ready to dive into Lino. Until now you have been looking at Lino from the outside, but Lino’s real beauty lies inside.
The vital basics¶
- The Lino Polls tutorial
- Introduction to database models
- Introduction to plugins
- Introduction to demo fixtures
- Introduction to data tables
- Introduction to layouts
- Introduction to actions
- Introduction to choicelists
- Introduction to user management
- Introduction to permissions
- Vital basics in a nutshell
More basics¶
- More about the
Site
class - Introduction to choosers
- More about plugins
- More about the main page
- More about the application menu
- More about slave tables
- More about layouts
- More about display modes
- Writing Python fixtures
- User sessions
- More about combo boxes
- How plugins build the application menu
- More about front ends
- Quantities
- Introduction to multilingual database content
Customize things¶
- Write custom actions
- Customize how data is created
- Customize how data is searched
- How to represent a database row
- Disable elements of the user interface
- Hide individual fields
- Cloning (duplicating) database objects
- Customize how data is merged
- Customize how data is updated
- Customize delete behaviour