You are using Django 1.11 with the tutorial written for Django 2.0. Therr should be a version picker on the bottom right of the tutorial.
You are seeing this error because the way to import ‚include’ has changed from 1.11 to 2.0 Hope that helps, Daniel > Am 17.05.2018 um 19:34 schrieb Tristan Demot <[email protected]>: > > Hello, > > I use docs.djangoproject.co/en/2.0 > Python 2 7 13 > Gjango 1.11.13 > > Creating the Polls app OK > > Write your first view OK > > But python manage runserver don't work > With : python -Wall manage.py test > > ImportError : cannot import name include > > If you want to see something, ask me > > Many thanks > > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/1fe7df04-dc85-4a3d-940e-4dde7de31477%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/16D40353-23AC-4172-99D7-FD9F7879800C%40gmail.com. For more options, visit https://groups.google.com/d/optout.

