# itson **Repository Path**: mirrors_gawel/itson ## Basic Information - **Project Name**: itson - **Description**: Track time spent in the water, surfing - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README itson ================================================ Small app to track time spent in the water, surfing. Clone the repo:: $ git clone git@github.com:gawel/itson.git $ cd itson Create a venv and install the soft:: $ PYTHON=python3 make Start the app for testing:: $ make serve Go to http://localhost:4444/ Default login/password is: admimin / passwd Use whatever wsgi server for production. `itson.application` is a wsgi app:: $ ADMIN_PASSWORD=yourpassword ./venv/bin/chaussette itson.application --port 8080 itson use `TinyDB `_ The database is located at `~/.itson.json`