-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I have a check failure:
?: (url_checks.E001) URI pattern does not end with slash
HINT: Add slash to end of path "(?P<pk>\d+)/delete$", named "query_delete"
I can disable check_urls, and use django_extensions to debug that name there
python3 ./manage.py show_urls | grep query_delete
/admin/explorer-ui/<pk>/delete explorer.views.DeleteQueryView query_delete
/admin/explorer/query/<path:object_id>/delete/ django.contrib.admin.options.delete_view admin:explorer_query_delete
But I also have failures
?: (url_checks.E002) URI include pattern does not end with slash
HINT: Add slash to end of include path "^"
?: (url_checks.E002) URI include pattern does not end with slash
HINT: Add slash to end of include path "^"
Not so helpful. ;-)
Metadata
Metadata
Assignees
Labels
No labels