mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
parent
b865009d41
commit
7435cc0167
3 changed files with 21 additions and 31 deletions
|
|
@ -10,11 +10,9 @@ Install Python
|
|||
--------------
|
||||
|
||||
Being a Python Web framework, Django requires Python. It works with any Python
|
||||
version from 2.6.5 to 2.7 (due to backwards incompatibilities in Python 3.0,
|
||||
Django does not currently work with Python 3.0; see :doc:`the Django FAQ
|
||||
</faq/install>` for more information on supported Python versions and the 3.0
|
||||
transition), these versions of Python include a lightweight database called
|
||||
SQLite_ so you won't need to set up a database just yet.
|
||||
version from 2.6.5 to 2.7. It also features experimental support for versions
|
||||
3.2 and 3.3. All these versions of Python include a lightweight database
|
||||
called SQLite_ so you won't need to set up a database just yet.
|
||||
|
||||
.. _sqlite: http://sqlite.org/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue