summaryrefslogtreecommitdiff
path: root/docs/faq.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-11-15 07:34:18 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-11-15 07:34:18 +0000
commita411d68a10fdc43c4318b8edd9a67f052488b9e3 (patch)
treec93169781ee355331e0fb9bcf3af5d64dc123298 /docs/faq.txt
parentd0ec43298a4c55917a9ef1830bb7fe2877bef7c3 (diff)
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
Diffstat (limited to 'docs/faq.txt')
-rw-r--r--docs/faq.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/faq.txt b/docs/faq.txt
index 062bce730b..671657dec6 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?
---------------------------------------------------