diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2005-07-13 19:08:56 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2005-07-13 19:08:56 +0000 |
| commit | ce079538c66d826be5f0c4260ab4405b7abcbed7 (patch) | |
| tree | fa5fc821f7be8e775af1d0f37b5cd066f05b3b36 /docs | |
| parent | 1cb1d9cd078adea3060742a768ef71f5bafb7f07 (diff) | |
Added basic structure for django repository
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/faq.txt | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/docs/faq.txt b/docs/faq.txt new file mode 100644 index 0000000000..fdcc6789bf --- /dev/null +++ b/docs/faq.txt @@ -0,0 +1,49 @@ +========== +Django FAQ +========== + +The admin site is ugly! How can I change it? +--------------------------------------------- + +We think it's very purty, but if you don't agree you can modify the admin site's +presentation by editing the CSS stylesheet and/or associated image files. The +site is built using semantic HTML, so any changes you'd like to make should be +possible by editing the CSS stylesheet. We've got a `guide to the CSS used +in the admin`_ to get you started. + +.. _`guide to the CSS used in the admin`: http://www.djangoproject.com/FIXME/ + +How do you pronounce "Django"? +------------------------------ + +According to Wikipedia_, "Django is pronounced **zhane**-go (with a long 'a')." + +.. _Wikipedia: http://en.wikipedia.org/wiki/Django_Reinhardt + +Is Django stable? +----------------- + +We've been using Django for almost two years. Sites built on Django have +weathered traffic spikes of over one million hits an hour, and at least +one slashdotting. Yes; it's quite stable. + +Who's behind this? +------------------ + +`Adrian Holovaty`_ + XXX + +`Simon Willison`_ + XXX + +`Jacob Kaplan-Moss`_ + XXX + +`Wilson Miner`_. + XXX + +.. _`Adrian Holovaty`: http://www.holovaty.com/ +.. _`Simon Willison`: http://simon.incutio.com/ +.. _`Jacob Kaplan-Moss`: http://www.jacobian.org/ +.. _`Wilson Miner`: http://www.wilsonminer.com/live/ + |
