django – Python NameError: name include is not defined

django – Python NameError: name include is not defined

Guessing on the basis of whatever little information provided in the question, I think you might have forgotten to add the following import in your urls.py file.

from django.conf.urls import include

django – Python NameError: name include is not defined

Leave a Reply

Your email address will not be published. Required fields are marked *