#16051: Misleading information in Writing your first Django app, part 3
-----------------------------+--------------------------------------------
Reporter: felix.morency@… | Owner: nobody
Type: New feature | Status: new
Milestone: | Component: Djangoproject.com Web site
Version: 1.3 | Severity: Normal
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Easy pickings: 0
-----------------------------+--------------------------------------------
Go to: https://docs.djangoproject.com/en/1.3/intro/tutorial03/
Locate the line saying "Your polls.urls file should now look like this:"
This information is misleading since the file really is "polls/urls.py".
Someone on the #django IRC channel pointed out that "polls.urls" is a
Python module, not a file. This is a Python specific notation nowhere
mentioned in the tutorial. A note should be written concerning this
information for users like me that are not familiar with Django nor
Python. I think it is not a good idea to assume that Django users are
familiar with Python, especially for a beginner tutorial.
--
Ticket URL: <https://code.djangoproject.com/ticket/16051>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.