winds.mobi: Paraglider pilot, kitesurfer, check real-time weather conditions of your favorite spots on your smartphone, your tablet or your computer.
Django application to administrate winds.mobi:
- python 3.9 and poetry
- postgres
- redis
See settings.py
Create a .env
file from .env.template
and, optionally, fill the missing secrets for Facebook and Google social
authentications.
docker compose --profile=application up --build
brew install libpq
export PATH=/usr/local/opt/libpq/bin:$PATH
export LDFLAGS="-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib"
poetry install
poetry shell
Create a .env.localhost
file from .env.localhost.template
and fill the missing secrets.
dotenv -f .env.localhost run python manage.py migrate
Create a .env
file from .env.template
.
docker compose up
dotenv -f .env.localhost run python manage.py runserver 8006
Please see the file called LICENSE.txt