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!
|
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! |
||||
|
|
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.
|
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. |
|||||||||
|
|
famous .. or at least 'highest rated' ... http://www.djangosites.org/highest-rated/ |
|||
|
|
The most famous one's probably djangoproject.com. |
|||||
|
|
How can you all forget bitbucket.org. 100 % pure Django website. |
||||
|
|
|
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. |
|||
|
|
|
http://www.washingtonpost.com/, according to http://stackoverflow.com/questions/886221/does-django-scale |
|||||
|
|
NASA (source) uses it for a part of their site. |
|||
|
|
I think guardian.co.uk uses it |
|||
|
|
|
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... |
|||
|
|
|
Quote Roller, sales quoting automation startup, is built with Django. It is also one of backbone.js showcase sites |
|||
|
|
|
These are for django-CMS pages
|
|||
|
|
|
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. |
|||
|
|
|
We use Django as Server side app. |
|||
|
|
|
Try to find them in http://www.djangosites.org/. Currently, there are more than 4000 django based sites recorded there. |
|||
|
|
|
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. |
|||
|
|
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.