No description
| website | ||
| websiteapp | ||
| .gitignore | ||
| engine.py | ||
| engine_test.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
# 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.