From a411d68a10fdc43c4318b8edd9a67f052488b9e3 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 15 Nov 2005 07:34:18 +0000 Subject: [PATCH] Added extra paragraphs to 'Why did you write all of Django from scratch' FAQ question git-svn-id: http://code.djangoproject.com/svn/django/trunk@1237 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/faq.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/faq.txt b/docs/faq.txt index 062bce730bae9..671657dec673b 100644 --- a/docs/faq.txt +++ b/docs/faq.txt @@ -143,6 +143,16 @@ problems in similar ways, but it was too late to integrate outside code: We'd already written, tested and implemented our own framework bits in several production settings -- and our own code met our needs delightfully. +In most cases, however, we found that existing frameworks/tools inevitably had +some sort of fundamental, fatal flaw that made us squeamish. No tool fit our +philosophies. + +Like we said: We're picky. + +We've documented our philosophies on the `design philosophies page`_. + +.. _design philosophies page: http://www.djangoproject.com/documentation/design_philosophies/ + Do you have any of those nifty "screencast" things? ---------------------------------------------------