Documentation and demo site project for Tawala.
- Python 3.14+
- uv
cd tawala-docs
uv run tawala migrate
uv run tawala runserverTo run on a specific address/port:
uv run tawala runserver 0.0.0.0:8000Preview configured command pipelines:
uv run tawala runinstall --dry
uv run tawala runbuild --dryExecute configured command pipelines:
uv run tawala runinstall
uv run tawala runbuildapi/contains ASGI/WSGI entry points.app/contains views, URLs, templates, and migrations.vercel.jsonis generated by the Vercel preset when scaffolding.