Ticket #10502: tutorial2-typo.diff
File tutorial2-typo.diff, 659 bytes (added by , 16 years ago) |
---|
-
docs/intro/tutorial02.txt
172 172 173 173 Take a few minutes to marvel at all the code you didn't have to write. When you 174 174 call ``admin.site.register(Poll)``, Django just lets you edit the object and 175 "guess " at how to display it within the admin. Often you'll want to control how175 "guesses" at how to display it within the admin. Often you'll want to control how 176 176 the admin looks and works. You'll do this by telling Django about the options 177 177 you want when you register the object. 178 178