No description
| website | ||
| websiteapp | ||
| .gitignore | ||
| engine.py | ||
| manage.py | ||
| README.md | ||
| requirements.txt | ||
CamHack25
Setup
# Setup venv
python -m venv env
source env/bin/activate
# Install dependencies
pip install -r requirements.txt
Notes
- Lon,Lat should be used throughout the codebase. (i.e. x,y)