No description
This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2025-03-03 22:20:55 +01:00
accounts reformat everything 2025-03-03 21:52:20 +01:00
facturio working healthcheck (ready to merge) 2025-03-03 22:20:55 +01:00
invoices reformat 2025-03-03 21:56:04 +01:00
locale/cs/LC_MESSAGES updated translations 2025-02-17 22:10:38 +01:00
scripts working healthcheck (ready to merge) 2025-03-03 22:20:55 +01:00
subjects reformat everything 2025-03-03 21:52:20 +01:00
templates/facturio updated translations 2025-02-17 22:10:38 +01:00
utils reformat everything 2025-03-03 21:52:20 +01:00
.dockerignore it is actually working 2025-03-03 14:54:04 +01:00
.env.example added dramatiq and email when you log in 2025-02-28 15:50:10 +01:00
.gitignore it is actually working 2025-03-03 14:54:04 +01:00
.pre-commit-config.yaml reformat 2025-03-03 21:56:04 +01:00
.python-version changed to UV 2025-02-17 14:12:58 +01:00
db_schema.drawio Implement basic invoicing 2024-08-16 20:12:49 +00:00
db_schema_rework.drawio Implement basic invoicing 2024-08-16 20:12:49 +00:00
docker-compose.build.yml task working? 2025-03-03 21:51:01 +01:00
docker-compose.yml working healthcheck (ready to merge) 2025-03-03 22:20:55 +01:00
Dockerfile working healthcheck (ready to merge) 2025-03-03 22:20:55 +01:00
manage.py reformat 2025-03-03 21:56:04 +01:00
pyproject.toml scheduler WiP 2025-03-03 21:26:27 +01:00
README.md added dramatiq and email when you log in 2025-02-28 15:50:10 +01:00
uv.lock scheduler WiP 2025-03-03 21:26:27 +01:00

Facturio

Running

  1. docker compose build
  2. docker compose up

Adding new backend packages

docker compose run --rm backend uv add <package>