CamHack25/README.md
2025-11-01 12:08:42 +00:00

23 lines
357 B
Markdown

# CamHack25
## Setup
```sh
# 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
```sh
# Run local server
./manage.py runserver 0.0.0.0:8000
```
## Notes
- Lon,Lat should be used throughout the codebase. (i.e. x,y)