Ticket #1696: tutorial04.txt.diff
File tutorial04.txt.diff, 503 bytes (added by , 19 years ago) |
---|
-
docs/tutorial04.txt
151 151 152 152 You should know basic math before you start using a calculator. 153 153 154 First, open the polls .py URLconf. It looks like this, according to the tutorial155 so far::154 First, open the polls/urls.py URLconf. It looks like this, according to the 155 tutorial so far:: 156 156 157 157 from django.conf.urls.defaults import * 158 158