TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Why Python Django framework has so little references?

8 pointsby iamsanteriover 2 years ago
I recently used the documentations of both Django and RoR to build initial small projects for both in order to get a feel for each of these two monoliths. However, Ruby on Rails seems to have some extremely solid references including Airbnb, Twitch and others, why hasn't Django been updated to showcase, for example, how OpenSea uses Django for their marketplace? For such a reference-driven person like me, even when everything points for me personally to continue learning Django, this lack of references is putting me off. What are your thoughts on this?

8 comments

samwillisover 2 years ago
The better question is why does RoR have references? The answer being that it is lead by a BDFL who is a showman and marketer. That is instilled into the RoR community, and why its homepage is a marketing site.<p>Django has always be slightly more understated in how it presents itself, and that also comes through it is community.<p>Neither approach is better than the other, they are just different.
detaroover 2 years ago
My thought is that being &quot;reference-driven&quot; is kinda weird and not a good way of evaluating technology.
评论 #34478938 未加载
评论 #34481592 未加载
japhyrover 2 years ago
Are you talking about something in the official documentation that says, &quot;Here are big companies built with Django&quot;?<p>That kind of page really needs to be kept up to date on a regular basis, by someone who cares to keep track of that kind of information. Most people who help maintain Django care more to spend their time building and maintaining the project than keeping up with what specific companies are doing. It also brings in a lot of potential conflict around implied endorsements, or associations. I&#x27;m quite happy not to sea anything associated with NFTs on official Django sites.<p>If you&#x27;re curious to know where Django is used, it&#x27;s not hard to search. Here&#x27;s a recent post about popular sites that were started on Django, and there are many more posts similar to this: <a href="https:&#x2F;&#x2F;djangostars.com&#x2F;blog&#x2F;10-popular-sites-made-on-django&#x2F;" rel="nofollow">https:&#x2F;&#x2F;djangostars.com&#x2F;blog&#x2F;10-popular-sites-made-on-django...</a>
rasulkireevover 2 years ago
Not an exact answer to your question, but there are many projects and companies that use django. One site that highlights it is &quot;Built with Django&quot; [1].<p>[1]: <a href="https:&#x2F;&#x2F;builtwithdjango.com" rel="nofollow">https:&#x2F;&#x2F;builtwithdjango.com</a>
znpyover 2 years ago
Because our industry is largely driven by trends, and as somebody already wrote, &quot;it [RoR, ndr] is lead by a BDFL who is a showman and marketer. That is instilled into the RoR community, and why its homepage is a marketing site&quot;.
8b16380dover 2 years ago
What&#x27;s wrong with the Django docs? I think they are decent.
logicalmonsterover 2 years ago
IMO, the design difference between Ruby and Python sites have a lot to do with the people involved. David Heinemeier Hansson&#x27;s early design and marketing sensibilities and effort on Rails initially IMO had a lot of influence on the entire Rails ecosystem. I don&#x27;t know if he&#x27;s still involved in designing the RoR site or not, but it still looks and feels like his work. For all of Guido van Rossum&#x27;s great ideas and skills, I don&#x27;t think he ever cared about design and marketing to that same extent as DHH did.
readonthegoappover 2 years ago
Every time I start thinking of using RoR for something, I see something written by the dhh guy and I&#x27;m like nah.