#29856: tutorial bug
-----------------------------------------+--------------------------
Reporter: sinkingcn | Owner: nobody
Type: Bug | Status: new
Component: Documentation | Version: 2.1
Severity: Normal | Keywords: tutorial
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 1
UI/UX: 0 |
-----------------------------------------+--------------------------
[
https://docs.djangoproject.com/en/2.1/intro/tutorial02/]
In the "Activating models" section,you shouldn't put the following code in
the first line of INSTALLED_APPS.
{{{
'polls.apps.PollsConfig',
}}}
If put the code in the first line of INSTALLED_APPS,you will not see
"Question" displayed on the admin index page as shown in the "Explore the
free admin functionality"section.
--
Ticket URL: <https://code.djangoproject.com/ticket/29856>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.