https://github.com/bendog/ketoguru
https://github.com/bendog/ketoguru
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bendog/ketoguru
- Owner: bendog
- Created: 2020-02-23T03:33:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T18:43:22.000Z (over 4 years ago)
- Last Synced: 2025-04-02T12:49:29.223Z (about 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# keto guru
## dev setup
requires:
- python3.7
- pipenv
- SpatiaLite -
install:
pipenv install
run:
pipenv shell
cd ketoguru
python ./manage.py migrate
python ./manage.py runserver