mirror of
https://github.com/django/django.git
synced 2025-10-28 18:43:19 +00:00
Fixed #18630 -- Updated version in docs/intro/install.txt; thanks Kevin London.
This commit is contained in:
parent
ab6cd1c839
commit
00d5e632fa
1 changed files with 2 additions and 1 deletions
|
|
@ -84,8 +84,9 @@ Then at the Python prompt, try to import Django::
|
||||||
|
|
||||||
>>> import django
|
>>> import django
|
||||||
>>> print(django.get_version())
|
>>> print(django.get_version())
|
||||||
1.4
|
1.5
|
||||||
|
|
||||||
|
You may have another version of Django installed.
|
||||||
|
|
||||||
That's it!
|
That's it!
|
||||||
----------
|
----------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue