mirror of
https://github.com/Django-LiveView/docs.git
synced 2025-12-14 14:36:28 +01:00
6f5288c8b048e30412437fae676815d1745d1cac
Some checks failed
Gitea Actions Deploy / deploy (push) Has been cancelled
- Enhanced grammar and punctuation throughout documentation - Added security warning about room ID enumeration attacks - Introduced liveview_room_uuid template tag for secure random room IDs - Clarified attribute naming conversion (camelCase to snake_case) - Improved formatting with colons instead of em dashes for better readability - Added comprehensive error handling, testing, and deployment sections - Removed draft.org file (no longer needed) 🤖 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
Emacs Lisp
47.4%
CSS
41.6%
Shell
10.1%
Dockerfile
0.9%