Changes between Version 6 and Version 7 of Ticket #34499


Ignore:
Timestamp:
Apr 15, 2023, 2:46:45 PM (18 months ago)
Author:
lucaremdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34499 – Description

    v6 v7  
    66in [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"''.
    77
     8The 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
    810These are just suggestions of course! Do as it seems better for the whole community!
    911And thank you anyway =)
Back to Top