Changes between Version 6 and Version 7 of Ticket #34499
- Timestamp:
- Apr 15, 2023, 2:46:45 PM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34499 – Description
v6 v7 6 6 in [https://docs.djangoproject.com/en/4.2/intro/tutorial08/#installing-django-debug-toolbar this part of the tutorial], after the sentence ''"Once installed, you should be able to see the DjDT “handle” on the right side of the browser window when you refresh the polls application."'', you could add something like: ''"note that for the django debug toolbar to show up correctly, you should properly make each template a full HTML document, as we mentioned it to be best practice earlier"''. 7 7 8 The aforesaid "mentioned earlier" is [https://docs.djangoproject.com/en/4.2/intro/tutorial03/#write-views-that-actually-do-something here] in the "note" section, when said: ''"To make the tutorial shorter, all template examples use incomplete HTML. In your own projects you should use complete HTML documents."'' 9 8 10 These are just suggestions of course! Do as it seems better for the whole community! 9 11 And thank you anyway =)