~ubuntu-branches/ubuntu/quantal/python-django/quantal-security

« back to all changes in this revision

Viewing changes to docs/intro/install.txt

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lamb
  • Date: 2010-05-21 07:52:55 UTC
  • mfrom: (1.3.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20100521075255-ii78v1dyfmyu3uzx
Tags: upstream-1.2
ImportĀ upstreamĀ versionĀ 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
--------------
13
13
 
14
14
Being a Python Web framework, Django requires Python. It works with any Python
15
 
version from 2.3 to 2.6 (due to backwards
 
15
version from 2.4 to 2.6 (due to backwards
16
16
incompatibilities in Python 3.0, Django does not currently work with
17
17
Python 3.0; see :ref:`the Django FAQ <faq-install>` for more
18
18
information on supported Python versions and the 3.0 transition), but we recommend installing Python 2.5 or later. If you do so, you won't need to set up a database just yet: Python 2.5 or later includes a lightweight database called SQLite_.
71
71
      
72
72
.. warning::
73
73
 
74
 
    If do either of the first two steps, keep an eye out for parts of the
 
74
    If you do either of the first two steps, keep an eye out for parts of the
75
75
    documentation marked **new in development version**. That phrase flags
76
 
    features that are only available in development versions of Django; if you
77
 
    try to use them with an official release they won't work.
78
 
    
 
76
    features that are only available in development versions of Django, and
 
77
    they likely won't work with an official release.
 
78
 
79
79
That's it!
80
80
----------
81
81