Skip to content

Show complete path #6

@jayvdb

Description

@jayvdb

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions