Changed faq to add 'What does Django mean'
git-svn-id: http://code.djangoproject.com/svn/django/trunk@58 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
f4c581158d
commit
7b47dcd773
10
docs/faq.txt
10
docs/faq.txt
|
@ -17,11 +17,17 @@ Django would not be possible without a whole host of open-source projects --
|
||||||
Apache, Python, and PostgresSQL to name a few -- and we're thrilled to be
|
Apache, Python, and PostgresSQL to name a few -- and we're thrilled to be
|
||||||
able to give something back to the open-source community.
|
able to give something back to the open-source community.
|
||||||
|
|
||||||
How do you pronounce "Django"?
|
What does "Django" mean, and how do you pronounce it?
|
||||||
------------------------------
|
-----------------------------------------------------
|
||||||
|
|
||||||
|
Django is named after `Django Reinhardt`_, a gypsy jazz guitarist from the 1930s
|
||||||
|
to early 1950s. To this day, he's considered one of the best guitarists of all time.
|
||||||
|
|
||||||
|
Listen to his music. You'll like it.
|
||||||
|
|
||||||
According to Wikipedia_, "Django is pronounced **zhane**-go (with a long 'a')."
|
According to Wikipedia_, "Django is pronounced **zhane**-go (with a long 'a')."
|
||||||
|
|
||||||
|
.. _Django Reinhardt: http://en.wikipedia.org/wiki/Django_Reinhardt
|
||||||
.. _Wikipedia: http://en.wikipedia.org/wiki/Django_Reinhardt
|
.. _Wikipedia: http://en.wikipedia.org/wiki/Django_Reinhardt
|
||||||
|
|
||||||
Is Django stable?
|
Is Django stable?
|
||||||
|
|
Loading…
Reference in New Issue