cookiecutter-wuttaweb/{{ cookiecutter.repo_name }}
2025-01-14 17:50:21 -06:00
..
{{ cookiecutter.package_name }} tweak docstring for web app entry point 2025-01-14 17:49:11 -06:00
pyproject.toml add entry point registration for menu handler 2025-01-14 17:50:21 -06:00
README.md clarify quick start commands a bit 2024-12-08 16:07:26 -06:00

{{cookiecutter.project_name}}

This is a starter project based on WuttaWeb.

Quick Start

Make a virtual environment and install the app:

python3 -m venv {{cookiecutter.repo_name}}
source {{cookiecutter.repo_name}}/bin/activate
pip install {{cookiecutter.distribution_name}}
{{cookiecutter.package_name}} install

For more info see https://rattailproject.org/docs/wuttjamaican/narr/install/index.html