mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Added sphinx substitutions in place of hardcoded version numbers.
Refs #19571
This commit is contained in:
parent
99315f709e
commit
1884868adc
2 changed files with 9 additions and 8 deletions
|
@ -78,11 +78,13 @@ Verifying
|
|||
---------
|
||||
|
||||
To verify that Django can be seen by Python, type ``python`` from your shell.
|
||||
Then at the Python prompt, try to import Django::
|
||||
Then at the Python prompt, try to import Django:
|
||||
|
||||
.. parsed-literal::
|
||||
|
||||
>>> import django
|
||||
>>> print(django.get_version())
|
||||
1.5
|
||||
|version|
|
||||
|
||||
You may have another version of Django installed.
|
||||
|
||||
|
@ -90,6 +92,3 @@ That's it!
|
|||
----------
|
||||
|
||||
That's it -- you can now :doc:`move onto the tutorial </intro/tutorial01>`.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue