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
This commit is contained in:
Adrian Holovaty 2005-11-15 07:34:18 +00:00
parent d0ec43298a
commit a411d68a10
1 changed files with 10 additions and 0 deletions

View File

@ -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?
---------------------------------------------------