This project is a todo lists manager.
- Fun
- In order to self host my own todo list manager
- Write python and build a django application on my free time
This project uses Poetry for dependency management.
If you'd like to contribute or just launch YATDLM in your own local setup do the following:
- Install Poetry
- At the root of the cloned repository, run
poetry install
- After the first install, just run
poetry shell
to spawn a shell inside the virtualenv created by Poetry
If you are a french reader, you can follow the progress of YATDLM here.