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 14:54:04 +01:00
accounts added dramatiq and email when you log in 2025-02-28 15:50:10 +01:00
facturio it is actually working 2025-03-03 14:54:04 +01:00
invoices it is actually working 2025-03-03 14:54:04 +01:00
locale/cs/LC_MESSAGES updated translations 2025-02-17 22:10:38 +01:00
scripts added dramatiq and email when you log in 2025-02-28 15:50:10 +01:00
subjects updated translations 2025-02-17 22:10:38 +01:00
templates/facturio updated translations 2025-02-17 22:10:38 +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 docker 2025-02-24 15:49:23 +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 not working yet 2025-02-24 23:43:55 +01:00
docker-compose.yml added dramatiq and email when you log in 2025-02-28 15:50:10 +01:00
Dockerfile multistage working and is quite effective (storage wise) 2025-02-25 07:57:45 +01:00
manage.py Implement basic invoicing 2024-08-16 20:12:49 +00:00
pyproject.toml it is actually working 2025-03-03 14:54:04 +01:00
README.md added dramatiq and email when you log in 2025-02-28 15:50:10 +01:00
uv.lock it is actually working 2025-03-03 14:54:04 +01:00

Facturio

Running

  1. docker compose build
  2. docker compose up

Adding new backend packages

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