#18715: Tutorial Page 3 Refactor
--------------------------------------+------------------------------------
     Reporter:  pydanny               |                    Owner:  pydanny
         Type:  Cleanup/optimization  |                   Status:  new
    Component:  Documentation         |                  Version:  1.4
     Severity:  Normal                |               Resolution:
     Keywords:                        |             Triage Stage:  Accepted
    Has patch:  1                     |      Needs documentation:  0
  Needs tests:  0                     |  Patch needs improvement:  0
Easy pickings:  0                     |                    UI/UX:  0
--------------------------------------+------------------------------------
Changes (by timo):

 * cc: timograham@… (added)


Comment:

 Agreed with Aymeric's thoughts on URLs.  Although I can see how it leads
 naturally into the detailed sections that follow, I've never used or seen
 such a verbose syntax.  Maybe introduce that once and then explain that we
 don't need to include the keywords and change it to the more compact: {{{
 url(r'^$', views.index, name='index') }}}

 The note "What is a URLconf?" seems a bit out of place following 4
 paragraphs of detailed explanations. Move it higher and not necessarily in
 an admonition box?

 I'm unfamiliar with absolute_import, but it seems out of place with the
 rest of the tutorial.  May be better to convert the entire thing to use it
 either now or as a separate ticket?

 The patch leaves the old "Removing hardcoded URLs in templates" at the
 very bottom of the file.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/18715#comment:9>
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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to