diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2005-07-22 03:15:43 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2005-07-22 03:15:43 +0000 |
| commit | e320a0936e4c846e7332bcacc533dda19dad6783 (patch) | |
| tree | bdf37df0de131fba35de2bcffff6f1c899928ac7 /docs/faq.txt | |
| parent | dbfb35b54225b7f3cf188ea6dba143a589924a0f (diff) | |
Added sqlite3 database backend -- somewhat tested, but probably not 100% perfect.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@288 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/faq.txt')
| -rw-r--r-- | docs/faq.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/faq.txt b/docs/faq.txt index c82198acc8..097f22ed4f 100644 --- a/docs/faq.txt +++ b/docs/faq.txt @@ -144,8 +144,8 @@ own lightweight development server. For a production environment, we recommend `Apache 2`_ and mod_python_, although Django follows the WSGI_ spec, which means it can run on a variety of server platforms. -You'll also need a database engine. PostgreSQL_ is recommended, and MySQL_ is -supported. +You'll also need a database engine. PostgreSQL_ is recommended, and MySQL_ +and `SQLite 3`_ are supported. .. _Python: http://www.python.org/ .. _Apache 2: http://httpd.apache.org/ @@ -153,6 +153,7 @@ supported. .. _WSGI: http://www.python.org/peps/pep-0333.html .. _PostgreSQL: http://www.postgresql.org/ .. _MySQL: http://www.mysql.com/ +.. _`SQLite 3`: http://www.sqlite.org/ Do I have to use mod_python? ---------------------------- |
