compotes

Track debts & pools

BSD-2-CLAUSE License

Stars
0

Compotes

Track debts & pools

Logo by @Sedith, cc-by-sa 4.0

Dev

poetry install
poetry run ./manage.py migrate
poetry run ./manage.py createsuperuser
poetry run ./manage.py runserver

Integration

echo POSTGRES_PASSWORD=$(openssl rand -base64 32) >> .env
echo SECRET_KEY=$(openssl rand -base64 32) >> .env
docker compose up -d --build
docker compose exec app ./manage.py createsuperuser

Prod

Same, but with a real DOMAIN_NAME and with DEBUG=False. And don't forget https.

Badges
Extracted from project README
Tests Lints pre-commit.ci status codecov Maintainability Code style: black
Related Projects