Yet another place where we claim to support 2.3 and up
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9635 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
280236eacd
commit
7030ab9a72
|
@ -18,8 +18,9 @@ How do I get started?
|
||||||
What are Django's prerequisites?
|
What are Django's prerequisites?
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
|
||||||
Django requires Python_ 2.3 or later. No other Python libraries are required
|
Django requires Python_, specifically any version of Python from 2.3
|
||||||
for basic Django usage.
|
through 2.6. No other Python libraries are required for basic Django
|
||||||
|
usage.
|
||||||
|
|
||||||
For a development environment -- if you just want to experiment with Django --
|
For a development environment -- if you just want to experiment with Django --
|
||||||
you don't need to have a separate Web server installed; Django comes with its
|
you don't need to have a separate Web server installed; Django comes with its
|
||||||
|
|
Loading…
Reference in New Issue