Todo List Simple API With python 3.x
mv env.example .env
virtualenv -p python3 env
auto reload is active
pip install -e .
pip install .
pena http serve
help
# pena -h
---------------------------------------------------------------------------------------------------
Usage:
pena <command> [<args>...]
Options:
-h, --help Display this help and exit
-v, --version Print version information and quit
Commands:
http Starting http serve
migrate Migrating apps
deploy Setup apps
Run 'pena COMMAND --help' for more information on a command.
in docs folder