Loading docs/url_dispatch.txt +3 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ There's no ``.php`` or ``.cgi`` required, and certainly none of that See `Cool URIs don't change`_, by World Wide Web creator Tim Berners-Lee, for excellent arguments on why URLs should be clean and usable. .. _http://www.w3.org/Provider/Style/URI: Cool URIs don't change .. _Cool URIs don't change: http://www.w3.org/Provider/Style/URI Overview ======== Loading Loading @@ -232,6 +232,8 @@ With this in mind, the above example can be written more concisely as:: Note that you don't put a trailing dot (``"."``) in the prefix. Django puts that in automatically. .. _Django overview: http://www.djangoproject.com/documentation/overview/ Including other URLconfs ======================== Loading Loading
docs/url_dispatch.txt +3 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ There's no ``.php`` or ``.cgi`` required, and certainly none of that See `Cool URIs don't change`_, by World Wide Web creator Tim Berners-Lee, for excellent arguments on why URLs should be clean and usable. .. _http://www.w3.org/Provider/Style/URI: Cool URIs don't change .. _Cool URIs don't change: http://www.w3.org/Provider/Style/URI Overview ======== Loading Loading @@ -232,6 +232,8 @@ With this in mind, the above example can be written more concisely as:: Note that you don't put a trailing dot (``"."``) in the prefix. Django puts that in automatically. .. _Django overview: http://www.djangoproject.com/documentation/overview/ Including other URLconfs ======================== Loading