mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
Assumed Python 3 throughout docs/intro.
Various small fixes while I was proof-reading.
This commit is contained in:
parent
7d7b27d2b1
commit
99649ddcb2
7 changed files with 58 additions and 73 deletions
|
|
@ -10,8 +10,8 @@ Install Python
|
|||
Being a Python Web framework, Django requires Python. It works with Python 2.7,
|
||||
3.2 or 3.3.
|
||||
|
||||
Get Python at http://www.python.org. If you're running Linux or Mac OS X, you
|
||||
probably already have it installed.
|
||||
Get the latest version of Python at http://www.python.org/download/ or with
|
||||
your operating system's package manager.
|
||||
|
||||
.. admonition:: Django on Jython
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue