Closed
Description
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