But when doing this, I receive a double error:
{{{
ModuleNotFoundError: No module named 'polls.apps.pollsConfig';
'polls.apps' is not a package
}}}
The correct way for me was to only add '''polls'''. Is the tutorial 2
false or outdated ?
(I'm following 2.1 tutorial, and I'm using Django 2.1.5)
--
Ticket URL: <https://code.djangoproject.com/ticket/30092>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => worksforme
Comment:
I think you made a typo, due to the tutorial it should be
`polls.apps.PollsConfig`.
--
Ticket URL: <https://code.djangoproject.com/ticket/30092#comment:1>