Carlton writes:
The show urls discussion has been rolling along for several years, and
built a considerable backing behind it. (Including me!
) The
command also existed in django extensions ≈forever.
In contrast, despite having been using Django for some time, I only
wrote my list_templates command in April 2023.
These kind of things are like template tags and database functions —
we could keep adding them forever, but we need to decide where to stop
at some point.
(I’m not taking a particular view here. IDK if a list_templates
command in core is worth the maintenance or not.)
And David writes:
One of the things I like about some open source communities is knowing
when to draw that line
Django is one of those.
Just some thoughts on this and then I’ll stop riding a dead horse here.
I think it’s good and necessary to draw a line somewhere. And that’s
easy. What’s hard is to define comprehensible criteria for
“somewhere”. And in my opinion, Django isn’t particularly better at it
than any other open source projects.
I know there is the “consensus” criteria, aka “cheering contest”. But
how good is that? Consensus is sought among a few active members of this
Django community, which I think is fair to say, don’t represent the vast
majority of Django users out there, looking at the daily downloads being
in the millions [1] and at almost two million other
projects/repositories depending on Django [2]. So there is always a huge
bias in a consensus.
But there is no alternative, right? And I think the current process
could work somehow better if consensus would be sought over “the overall
benefit for Django” rather than personal gusto. If I look at the
discussion about showurls for example, I just see “I want this”, “I
want this”, “Yeah, I want this”. So the outcome will likely make the
lives of these people easier, but not necessarily that of the majority
of Django users.
And rather discussing the addition of one management command, I could
see more value in a discussion about increasing the overall utility of
the whole tool belt, that is made of all management commands.
So soon Django has showurls for urls, nothing for templates and the
pretty useless findstatic for a single static file.
Alternatively an orthogonal set of commands like showurls,
showtemplates and showstatics (replacing findstatic) would at
least make more sense to me.
About bloat: I guess one’s man bloat is another man’s “batteries
included”? 
And keeping a high bar for any addition to the core is just one way to
prevent bloat. Removing functionality with little value, like the
mentioned findstatic, could be another one.
[1] https://pypistats.org/packages/django
[2] Network Dependents · django/django · django repositories · GitHub