[Answered ]-Attribute Error when Running Django Rest API

1👍

Seems you are looking to use include..[Django-doc] so just change:

from xml.etree.ElementInclude import include

to:

from django.urls import include

Leave a comment