mirror of
https://github.com/Django-LiveView/docs.git
synced 2025-12-31 05:32:23 +01:00
560690bbb6df1b4db6f7b94410c103cfe7eb9a94
- Add progressive examples from simple to complex - Include both Python and HTML code for each example - Add template examples for complex use cases - Fix data-data-* attributes to use snake_case (not camelCase) - Add detailed explanations for each feature - Improve readability and learning curve 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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
Using Docker (Recommended)
docker compose up one-el
The website will be generated in the public directory.
Local Build
- Install Emacs in your system
- Install the
one.elpackage:M-x package-install RET one.el RET - Open
one.orgin Emacs - 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
Languages
HTML
53.6%
Emacs Lisp
35.9%
CSS
10.3%
Dockerfile
0.2%