Ticket #18630: ticket18630.2.diff
File ticket18630.2.diff, 376 bytes (added by , 12 years ago) |
---|
-
docs/intro/install.txt
diff --git a/docs/intro/install.txt b/docs/intro/install.txt index 7e8c7db..70c8034 100644
a b Then at the Python prompt, try to import Django:: 84 84 85 85 >>> import django 86 86 >>> print(django.get_version()) 87 1. 487 1.5 88 88 89 You may have another version of Django installed. 89 90 90 91 That's it! 91 92 ----------