myjourney
├── .github
├── deploy
├── docs
├── myjourney
├── tests
├── .dockerignore
├── .editorconfig
├── .env.template
├── .gitignore
├── .pre-commit-config.yaml
├── CHANGELOG.md
├── README.md
├── db.sqlite3
├── justfile
├── manage.py
├── playground.ipynb
└── pyproject.toml
