Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gawel/itson
Track time spent in the water, surfing
https://github.com/gawel/itson
python surf surfing
Last synced: 7 days ago
JSON representation
Track time spent in the water, surfing
- Host: GitHub
- URL: https://github.com/gawel/itson
- Owner: gawel
- Created: 2018-10-26T19:06:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T17:48:59.000Z (7 months ago)
- Last Synced: 2024-10-28T03:44:52.010Z (about 2 months ago)
- Topics: python, surf, surfing
- Language: Python
- Size: 909 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
itson
================================================Small app to track time spent in the water, surfing.
Clone the repo::
$ git clone [email protected]:gawel/itson.git
$ cd itsonCreate 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`