#35379: Possible error in documentation
-------------------------------------+-------------------------------------
     Reporter:  NobitaNoobie         |                    Owner:  nobody
         Type:  Uncategorized        |                   Status:  closed
    Component:  Documentation        |                  Version:  5.0
     Severity:  Normal               |               Resolution:  invalid
     Keywords:  Documentation fault  |             Triage Stage:
                                     |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Sarah Boyce):

 * resolution:   => invalid
 * status:  new => closed

Comment:

 Hello! Thank you for trying out Django (it's my favourite framework, hope
 you like it)

 In these docs it says:

 > Go to http://localhost:8000/polls/ in your browser, and you should see
 the text “Hello, world. You’re at the polls index.”, which you defined in
 the index view.

 What I suspect is you've gone to http://localhost:8000/ (the page that
 used to show a rocket). The way you've updated the `urlpatterns` means
 would (as you said) show you the desired response at
 http://localhost:8000/

 We also have an explicit note in the docs about that 'Page not found
 error'
 > If you get an error page here, check that you’re going to
 http://localhost:8000/polls/ and not http://localhost:8000/.

 So good news, you're not the only person who thought they found an issue
 here, but I will close this ticket as there isn't a bug in the docs and I
 think the warning note is quite clear.

 In future, you might want to use our
 [https://docs.djangoproject.com/en/dev/faq/help/#how-do-i-do-x-why-
 doesn-t-y-work-where-can-i-go-to-get-help user support channels] if you
 come across something in your journey with Django. These are the best
 places to get support 👍
-- 
Ticket URL: <https://code.djangoproject.com/ticket/35379#comment:1>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018eeb823657-1b90dd30-5d32-4255-9de9-c558392050d1-000000%40eu-central-1.amazonses.com.

Reply via email to