Opened 11 years ago

Closed 11 years ago

#20682 closed Uncategorized (duplicate)

Lack comma

Reported by: stasinskipawel@… Owned by: nobody
Component: Documentation Version: 1.5
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

INSTALLED_APPS = (

'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'polls'

)

After polls must be comma.

Change History (2)

comment:1 by anonymous, 11 years ago

comment:2 by Baptiste Mispelon, 11 years ago

Resolution: duplicate
Status: newclosed

Hi,

I'm not sure where you see this text.
If you're talking about the first part of the tutorial, this was reported to us in ticket #17490 and subsequently fixed in 8af9084495deb74fb3b34b8690daac6774d03109.

Therefore I'm closing this ticket as a duplicate.
If you were talking about a different page, please reopen this issue while indicating which page this text is from.

Thanks.

Note: See TracTickets for help on using tickets.
Back to Top