Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've tried to search it here and google'd it but can't find any info nor a relevant question. What are some famous sites that have been built in Django?

Thanks!

share|improve this question

closed as not constructive by ChrisF, Andrew Barber, rynah, mtmurdock, David Robinson Mar 7 at 16:00

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

17 Answers

up vote 41 down vote accepted

Popular sites which use Django include

As others already mentioned, Django is also used by many newspaper websites

According to David Cramer's High Performance Django talk (slides, video) at DjangoCon, Curse.com was completely rewritten to switch from PHP to Python/Django.

share|improve this answer
Hi Tosh, Great List! Thanks – Pennf0lio Dec 15 '09 at 13:38
1  
Two new hot startups: Instagram and Pinterest – Humble Learner Mar 22 '12 at 21:14
thx for the comment, I added them to the answer – tosh Mar 28 '12 at 16:25

famous .. or at least 'highest rated' ... http://www.djangosites.org/highest-rated/

share|improve this answer
Thanks, I've looked at it. Most of the site on the list I really haven't heard of. But Thanks! – Pennf0lio Dec 15 '09 at 11:38

The most famous one's probably djangoproject.com.

share|improve this answer
10  
that hardly counts! – Chii Dec 15 '09 at 11:27

How can you all forget bitbucket.org. 100 % pure Django website.

share|improve this answer

MichaelMoore.com was built in 5 weeks using Django. I mention it because of the compressed time-frame to production and the use of Haystack for full text search.

University of Caxias do Sul in Brazil uses Django (portuguese) since 2007. This is a relatively big university down there.

Lupo S/A (textiles) in Brazil uses Django (portuguese but with brazilian models!) Lupo is a big name in the country, and their website is multilingual (Portuguese, Spanish and English).

And I think the folks at Fluendo, in Spain, (developers of Moovida) also base their web development on Django.

share|improve this answer

http://www.washingtonpost.com/, according to http://stackoverflow.com/questions/886221/does-django-scale

share|improve this answer
1  
I think only a part of it, not the whole site. – liggett78 Dec 15 '09 at 11:53

NASA (source) uses it for a part of their site.

share|improve this answer
that links seems down, but here's another one: nebula.nasa.gov/blog/2010/03/16/nebula-hiring – Michael Bylstra May 10 at 13:32

I think guardian.co.uk uses it

share|improve this answer
doesn't look like it: infoq.com/articles/guardian_scala – Michael Bylstra May 10 at 13:24

well, http://www.lawrence.com/ first comes to mind (and other sites of LJ which django was originally created for). As this is a relatively new framework, I dont think there are some well-known established projects running on it. Give it a coupe more years...

share|improve this answer

Quote Roller, sales quoting automation startup, is built with Django. It is also one of backbone.js showcase sites

share|improve this answer

These are for django-CMS pages

  • mercedesbenz.com
  • nationalgeographic.com
  • discoverychannel.com
  • orange.ch
  • developer.vodafone.com
share|improve this answer

Parts of the onion and avclub use it.

share|improve this answer

Despite sites for programmers, I think the most famous django site to normal users is instagram. It's written in django and runs on Amazon High-CPU Extra-Large machines. They use http://gunicorn.org/ as their WSGI server.

share|improve this answer

Turkish famous website is Markofoni/ using django.

share|improve this answer

http://tinysocialbox.com

We use Django as Server side app.

share|improve this answer

Try to find them in http://www.djangosites.org/.

Currently, there are more than 4000 django based sites recorded there.

share|improve this answer
So there are 4000 famous Django sites now? – Bo Persson Jan 27 at 19:01

Google developers platform uses django to power its developers.google.com. Includes products/APIs documentation.

KhanAcademy.org uses django's templating engine inside Google App Engine.

share|improve this answer

protected by Bo Persson Jan 27 at 19:00

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.