Refactor transaction URL handling and enhance filter form functionality

Close #43
This commit is contained in:
Edgar P. Burkhart 2025-01-04 21:14:46 +01:00
parent 02c53c7dab
commit d44407d9ab
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
9 changed files with 73 additions and 22 deletions

View file

@ -10,6 +10,7 @@ depends=(
"python-django"
"python-toml"
"python-psycopg"
"python-dateutil"
)
makedepends=("git")
optdepends=("postgresql: database")