Add urlman for easier url access
With a variable slug, reverse()/{% url %} is rough to use.
This commit is contained in:
parent
8be1c86deb
commit
8a98f1ac33
6 changed files with 22 additions and 8 deletions
|
@ -15,6 +15,7 @@ dependencies = [
|
|||
"psycopg2-binary>=2.9.10",
|
||||
"pyjwt>=2.10.1",
|
||||
"requests>=2.32.3",
|
||||
"urlman>=2.0.2",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue