palewire / django-calaccess-raw-data

A Django app to download, extract and load campaign finance and lobbying activity data from the California Secretary of State's CAL-ACCESS database
http://django-calaccess.californiacivicdata.org/
MIT License
64 stars 143 forks source link

Deprecation warning in django.conf.urls.include() #1500

Closed gordonje closed 7 years ago

gordonje commented 7 years ago

This warning is popping up in our tests. Might want to look into it.

django-calaccess-raw-data/example/urls.py:9: 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.