home · contact · privacy
Improve accounting scripts, start todo.py rewrite.
authorChristian Heller <c.heller@plomlompom.de>
Wed, 13 Mar 2024 04:30:43 +0000 (05:30 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Wed, 13 Mar 2024 04:30:43 +0000 (05:30 +0100)
commit9637ae6c570e9cf0cce500d85af03c74d6771362
treed8dd5564ca4b8910810777c9c37789fee08dff88
parentecee822bebf62049803b90fc8d8a0b484915a0fc
Improve accounting scripts, start todo.py rewrite.
14 files changed:
ledger.py
new_todo/html/base.html [new file with mode: 0644]
new_todo/html/calendar.html [new file with mode: 0644]
new_todo/html/day.html [new file with mode: 0644]
new_todo/html/msg.html [new file with mode: 0644]
new_todo/html/template.html [new file with mode: 0644]
new_todo/html/templates.html [new file with mode: 0644]
new_todo/init.sql [new file with mode: 0644]
new_todo/requirements.txt [new file with mode: 0644]
new_todo/todo.py [new file with mode: 0755]
todo.py
todo_templates/day_todos.html
todo_templates/task.html
todo_templates/todo.html