kit-data-manager / kit-data-manager/EVOKS
url pattern warning
Open
comment / enhancement
priority::1(low)
unit::backend
- Dominant language
- Python
- Stars
- 7
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
When running `python manage.py check --deploy` inside the web container, there is a warning:
`?: (urls.W002) Your URL pattern '/' [name='teams'] has a route beginning with a '/'. Remove this slash as it is unnecessary. If this pattern is targeted in an include(), ensure the include() pattern has a trailing '/'.`
So far, this does not have any unintended side effects, therefore the warning could be suppressed in the settings.py.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.