Changes between Version 3 and Version 5 of Ticket #34499
- Timestamp:
- Apr 15, 2023, 2:41:20 PM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34499
- Property Component Uncategorized → Documentation
- Property Summary Cannot create a new ticket → In tutorial part08, Django debug toolbar shows up in admin site but not in public site
- Property Type Uncategorized → Cleanup/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.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 (http://127.0.0.1:8000/admin/) but not in public site (http://127.0.0.1:8000/polls/). 2 2 As 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. 3 3