https://github.com/glidergeek/verlichting
source for sailboat website
https://github.com/glidergeek/verlichting
flask-app sailing trintel website
Last synced: 4 months ago
JSON representation
source for sailboat website
- Host: GitHub
- URL: https://github.com/glidergeek/verlichting
- Owner: GliderGeek
- Created: 2020-06-15T21:44:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-01T20:08:25.000Z (about 2 years ago)
- Last Synced: 2025-02-03T09:42:49.501Z (over 1 year ago)
- Topics: flask-app, sailing, trintel, website
- Language: HTML
- Homepage: https://www.zeilenmetverlichting.nl
- Size: 11.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# verlichting
source for sailboat website, using flask for server side rendering of the pages
## Run locally
- install dependencies inside virtualenv. inside app folder: `pip install -r requirements.txt`
- run with flask. inside app folder: `flask run`
## Add new track
- run script `scripts/parse_gpx.py` with filename of gpx
- add json outputs in new row in db
- run locally
- modify stops in db