Andros Fenollosa c9061aaa07
Some checks failed
Gitea Actions Deploy / deploy (push) Has been cancelled
docs: add debounce documentation
Added documentation for the new data-liveview-debounce attribute
introduced in django-liveview 2.1.0.

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-21 16:12:08 +01:00
2024-06-05 18:05:08 +02:00
2024-03-10 19:54:30 +01:00
2024-02-28 18:49:12 +01:00
2024-06-24 22:10:32 +02:00
2024-06-28 09:34:21 +02:00
2024-06-24 22:00:00 +02:00
2024-03-10 19:54:30 +01:00
2024-06-24 22:18:17 +02:00
2025-11-21 16:12:08 +01:00

Django LiveView Website and Documentation

This repository contains the source code for the website and documentation of Django LiveView v2.0.0.

It is a static website generated with one.el.

Contributing

Edit one.org - an Org mode file that contains all the documentation and website content.

Building the Website

docker compose up one-el

The website will be generated in the public directory.

Local Build

  1. Install Emacs in your system
  2. Install the one.el package:
    M-x package-install RET one.el RET
    
  3. Open one.org in Emacs
  4. Run: M-x one-build

The website will be generated in the public directory.

Serving Locally

docker compose up nginx

Then visit http://localhost:9100

Description
Website and documentation
Readme 2.3 MiB
Languages
Emacs Lisp 52.7%
CSS 46.3%
Dockerfile 1%