Changes between Version 5 and Version 6 of Ticket #34499


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34499 – Description

    v5 v6  
    44So, you could either show full HTML documents with body elements from the beginning in the tutorial,
    55or
    6 in [https://docs.djangoproject.com/en/4.2/intro/tutorial08/#installing-django-debug-toolbar this part of the tutorial], after this 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".
     6in [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
    88These are just suggestions of course! Do as it seems better for the whole community!
Back to Top