-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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.
Reactions are currently unavailable