◄ ► | Home | Admin | en de fr et | Sign in

What is the Lino framework?

Published on 2026-09-05 at 08:40 by Luc Saffre

The Lino framework is a free, open-source Python software tool built on top of Django that helps developers create custom database web applications Lino Framework.


How It Works

  1. Built on Django: Lino operates inside the popular Django web framework, meaning it uses standard relational databases like SQL Lino Learning Resources.
  2. Developer Focused: End users do not see Lino directly Lino Framework. Instead, professional developers use it behind the scenes to build business software.
  3. Code-Based Permissions: Unlike standard Django, which stores user rights in a database, Lino manages security and permissions using pure Python code and class roles Lino User Management.


Key Features

  1. Pre-made Modules: It comes with built-in tools for managing contacts, calendars, invoices, and accounting Lino Library.
  2. Consistent Design: It generates structured user interfaces automatically so developers can focus on business rules instead of repetitive layout code.
  3. Open Source: The entire source code is publicly available and free to modify or distribute Lino Core Package.