Agbobli5373 / todo

django + htmx + pico css todo (with scheduling) app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todomir

Personal project with todo and scheduling tasks. Mostly to get productive with house chores and play around with django + htmx.

Uses uv for package management and ruff in pre-commit.

Install and run locally.

$ uv venv
$ source .venv/bin/activate
$ uv pip install -r requirements.txt
$ cd todomir
$ python manage.py migrate
$ python manage.py runserver

Compile requirements file

$ uv pip compile requirements.in -o requirements.txt

Docker

You can run it with docker, please see docker-compose.yml file.

Screenshots

todomir todomir

About

django + htmx + pico css todo (with scheduling) app


Languages

Language:Python 81.0%Language:HTML 17.2%Language:CSS 0.7%Language:Dockerfile 0.6%Language:Shell 0.6%