wq / wq.db

☁🌐 wq's db library, extending Django REST framework to support apps for geospatial field data collection, citizen science, and crowdsourcing.

Home Page:https://wq.io/wq.db/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rest.router.urls still requires include() in django 1.9

sheppard opened this issue · comments

As of Django 1.9, admin.site.urls no longer needs to be wrapped in include(), but removing the wrapper from rest.router.urls causes an error. See Soil-Carbon-Coalition/atlasbiowork#1.