Ticket #16051: 16051.diff

File 16051.diff, 608 bytes (added by ShawnMilo, 13 years ago)

Tiny doc patch.

  • docs/intro/tutorial03.txt

    diff --git docs/intro/tutorial03.txt docs/intro/tutorial03.txt
    index bb851b7..41a62a7 100644
    Here's what happens if a user goes to "/polls/34/" in this system:  
    523523
    524524Now that we've decoupled that, we need to decouple the ``polls.urls``
    525525URLconf by removing the leading "polls/" from each line, and removing the
    526 lines registering the admin site. Your ``polls.urls`` file should now look like
     526lines registering the admin site. Your ``polls/urls.py`` file should now look like
    527527this::
    528528
    529529    from django.conf.urls.defaults import *
Back to Top