Changes between Version 3 and Version 5 of Ticket #34499


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34499

    • Property Component UncategorizedDocumentation
    • Property Summary Cannot create a new ticketIn tutorial part08, Django debug toolbar shows up in admin site but not in public site
    • Property Type UncategorizedCleanup/optimization
  • Ticket #34499 – Description

    v3 v5  
    1 If you are a newbie like me and follow exactly the django tutorial, when you get to [https://docs.djangoproject.com/en/4.2/intro/tutorial08/ part 8], then you don't understand why Django debug toolbar shows up in admin site but not in public site.
     1If you are a newbie like me and follow exactly the django tutorial, when you get to [https://docs.djangoproject.com/en/4.2/intro/tutorial08/ part 8], then you don't understand why Django debug toolbar shows up in admin site (http://127.0.0.1:8000/admin/) but not in public site (http://127.0.0.1:8000/polls/).
    22As mentioned on django discord [https://discord.com/channels/856567261900832808/856567261900832811/1096783278154985572 here], the solution consists in making each template a full HTML document with a body element for the debug toolbar to show up in the public site as well.
    33
Back to Top