diff options
| author | Tim Graham <timograham@gmail.com> | 2013-01-08 15:58:11 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-01-08 15:58:11 -0500 |
| commit | 1884868adcc6945afaf7a96e01d35eafb623b847 (patch) | |
| tree | 5ea18b162397f78ff6738f1c0f06d956ca98e1dd /docs/intro/install.txt | |
| parent | 99315f709e26ea80de8ea3af4e336dbdbe467711 (diff) | |
Added sphinx substitutions in place of hardcoded version numbers.
Refs #19571
Diffstat (limited to 'docs/intro/install.txt')
| -rw-r--r-- | docs/intro/install.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/intro/install.txt b/docs/intro/install.txt index f9b122e62d..3cbc8d88ab 100644 --- a/docs/intro/install.txt +++ b/docs/intro/install.txt @@ -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>`. - - - |
