From 71fb0feb63d24ffaef25c9f5dbccde0f1eac0819 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sat, 6 Dec 2025 10:43:04 +0100 Subject: [PATCH] Updated --- one.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/one.org b/one.org index e7af43c..3dc1dd9 100644 --- a/one.org +++ b/one.org @@ -795,13 +795,13 @@ This project is maintained by [[https://andros.dev][Andros Fenollosa]] in his fr * Tutorial :PROPERTIES: :ONE: one-custom-default-tutorials -:CUSTOM_ID: /tutorial/ -:TITLE: Tutorial +:CUSTOM_ID: /quick-start/ +:TITLE: Quick start :DESCRIPTION: Get started with Django LiveView the easy way. :NAVIGATOR-ACTIVE: tutorial :END: -Welcome to the Tutorial guide. Here you will learn how to create your first real-time SPA using Django LiveView. I assume you have a basic understanding of Django and Python. +Welcome to the quick start. Here you will learn how to create your first real-time SPA using Django LiveView. I assume you have a basic understanding of Django and Python. All the steps are applied in a [[https://github.com/Django-LiveView/minimal-template][minimalist template]].