Add urlman for easier url access

With a variable slug, reverse()/{% url %} is rough to use.
This commit is contained in:
Tobias Kunze 2025-03-20 11:32:46 +01:00
parent 8be1c86deb
commit 8a98f1ac33
6 changed files with 22 additions and 8 deletions

View file

@ -15,6 +15,7 @@ dependencies = [
"psycopg2-binary>=2.9.10",
"pyjwt>=2.10.1",
"requests>=2.32.3",
"urlman>=2.0.2",
]
[dependency-groups]