Skip to content

url pattern warning #255

@FelixFrizzy

Description

@FelixFrizzy

When running python manage.py check --deploy inside the web container, there is a warning:
?: (urls.W002) Your URL pattern '/<group_name>' [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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions