Changeset 3653
- Timestamp:
- 08/23/06 18:15:09 (2 years ago)
- Files:
-
- django/trunk/docs/faq.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/faq.txt
r3612 r3653 17 17 perfectionists when it comes to following best practices of Web development. 18 18 19 Thus, Django was designed not only to allow fast Web development, but 20 *best-practice* Web development. 21 22 Django would not be possible without a whole host of open-source projects -- 23 `Apache`_, `Python`_, and `PostgreSQL`_ to name a few -- and we're thrilled to 24 be able to give something back to the open-source community. 19 In fall 2003, the World Online developers (Adrian Holovaty and Simon Willison) 20 ditched PHP and began using Python to develop its Web sites. As they built 21 intensive, richly interactive sites such as Lawrence.com, they began to extract 22 a generic Web development framework that let them build Web applications more 23 and more quickly. They tweaked this framework constantly, adding improvements 24 over two years. 25 26 In summer 2005, World Online decided to open-source the resulting software, 27 Django. Django would not be possible without a whole host of open-source 28 projects -- `Apache`_, `Python`_, and `PostgreSQL`_ to name a few -- and we're 29 thrilled to be able to give something back to the open-source community. 25 30 26 31 .. _Apache: http://httpd.apache.org/ … … 43 48 ----------------- 44 49 45 Yes. World Online has been using Django for more than t wo years. Sites built on46 Django have weathered traffic spikes of over one million hits an hour and a50 Yes. World Online has been using Django for more than three years. Sites built 51 on Django have weathered traffic spikes of over one million hits an hour and a 47 52 number of Slashdottings. Yes, it's quite stable. 48 53 … … 631 636 ================= 632 637 638 How can I get started contributing code to Django? 639 -------------------------------------------------- 640 641 Thanks for asking! We've written an entire document devoted to this question. 642 It's titled `Contributing to Django`_. 643 644 .. _Contributing do Django: http://www.djangoproject.com/documentation/contributing/ 645 633 646 I submitted a bug fix in the ticket system several weeks ago. Why are you ignoring my patch? 634 647 --------------------------------------------------------------------------------------------
