Skip to content

treeolivetech/pkg-tawala

Repository files navigation

pkg-tawala

Monorepo for the Tawala ecosystem by Treeolive Technologies.

Packages

Package Description
tawala Core framework package for building and running Tawala-powered Django apps.
tawala-cli Project scaffolding CLI (tawala-cli).
tawala-docs Documentation and demo site project.

Requirements

  • Python 3.14+
  • uv

Quick Start (Monorepo)

uv sync --all-packages
uv run --package tawala-cli tawala-cli -h

Common Workflows

Scaffold a new project:

uv run tawala-cli new --project my-new-app

Run the docs/demo app locally:

cd tawala-docs
uv run tawala migrate
uv run tawala runserver

Inspect build/install command pipelines used by Tawala:

cd tawala-docs
uv run tawala runinstall --dry
uv run tawala runbuild --dry

License

MIT

About

Build and deploy Django apps with confidence.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors