Changes between Initial Version and Version 1 of Ticket #34499, comment 11
- Timestamp:
- Sep 23, 2023, 7:40:14 PM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34499, comment 11
initial v1 1 First of all, thanks for the great tutorial! I just finished going it through in a one sitting and was enough confused about this problem to start looking into gettingit fixed.1 First of all, thanks for the great tutorial! I just finished going it through in one sitting and I was confused enough for a while about this problem to start looking into if I could contribute to get it fixed. 2 2 3 3 For a simple solution, maybe the wording should be changed to point the reader to test it on the admin page (i.e., "when you refresh the polls application" -> "when you visit the admin page")? 4 While not a great solution as it leaves open the question _why_ it isn't working with the newly created app, it might still better than to confuse readers that it _should_ be working.4 While not a great solution as it leaves open the question _why_ it isn't working with the newly created app, it might still better than to confuse readers by describing that it _should_ be working now. 5 5 6 6 A much nicer but more extensive change would be to introduce how to create a base template (and describe extends, like in https://docs.djangoproject.com/en/4.2/ref/templates/language/#templates) in tutorial03.