No description
Find a file
2025-11-02 12:40:51 +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: refactoring, caching 2025-11-02 12:40:31 +00:00
engine_test.py engine_test: more tests 2025-11-02 12:40:51 +00:00
manage.py website: create django app 2025-11-01 12:07:44 +00:00
README.md README: lat,lon 2025-11-01 19:19:11 +00:00
requirements.txt engine_test: create testing script 2025-11-02 11:11:29 +00:00

CamHack25

Setup

# Setup venv
python -m venv env
source env/bin/activate

# Install dependencies
pip install -r requirements.txt

# Django Setup
./manage.py makemigrations && ./manage.py migrate

Website

# Run local server
./manage.py runserver 0.0.0.0:8000

Notes

  • Lat,Lon should be used throughout the codebase.