--
Ticket URL: <https://code.djangoproject.com/ticket/34499>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Old description:
> SpamBayes determined spam probability of 76.09%
> URL's blacklisted by dbl.spamhaus.org (discord.com[255.255.254]),
> dbl.spamhaus.org (docs.djangoproject.com[255.255.254])
New description:
I wanted to create a new ticket explaining that I found something to
improve in tutorial 8, but I couldn't create a new ticket, the following
error was shown
SpamBayes determined spam probability of 76.09%
URL's blacklisted by dbl.spamhaus.org (discord.com[255.255.254]),
dbl.spamhaus.org (docs.djangoproject.com[255.255.254])
--
--
Ticket URL: <https://code.djangoproject.com/ticket/34499#comment:1>
Comment (by lucaremdev):
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.
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.
So, you could either show full HTML documents with body elements from the
beginning in the tutorial,
or
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".
These are just suggestions of course! Do as it seems better for the whole
community!
And thank you anyway =)
--
Ticket URL: <https://code.djangoproject.com/ticket/34499#comment:2>
Old description:
> I wanted to create a new ticket explaining that I found something to
> improve in tutorial 8, but I couldn't create a new ticket, the following
> error was shown
>
> SpamBayes determined spam probability of 76.09%
> URL's blacklisted by dbl.spamhaus.org (discord.com[255.255.254]),
> dbl.spamhaus.org (docs.djangoproject.com[255.255.254])
New description:
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.
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.
So, you could either show full HTML documents with body elements from the
beginning in the tutorial,
or
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".
These are just suggestions of course! Do as it seems better for the whole
community!
And thank you anyway =)
--
--
Ticket URL: <https://code.djangoproject.com/ticket/34499#comment:3>