Skip to content

Deprecation Warning in Django 1.9 #764

Closed
@jannh

Description

@jannh

RemovedInDjango20Warning: Passing a 3-tuple to django.conf.urls.include() is deprecated. Pass a 2-tuple containing the list of patterns and app_name, and provide the namespace argument to include() instead.
url(r'^debug/', include(debug_toolbar.urls)),

Is from line 220 in the settings.py and from the new urlconf in django 1.9

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions