No description
Find a file
2025-11-01 12:07:44 +00:00
website website: create django app 2025-11-01 12:07:44 +00:00
websiteapp website: create django app 2025-11-01 12:07:44 +00:00
.gitignore Initial commit 2025-11-01 11:48:19 +00:00
engine.py engine: add stubs 2025-11-01 12:07:08 +00:00
manage.py website: create django app 2025-11-01 12:07:44 +00:00
README.md README: lon,lat convention 2025-11-01 12:07:26 +00:00
requirements.txt website: create django app 2025-11-01 12:07:44 +00:00

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)