Ticket #18630: ticket18630.2.diff

File ticket18630.2.diff, 376 bytes (added by Kevin London, 12 years ago)

Added line after example with disclaimer.

  • 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::  
    8484
    8585    >>> import django
    8686    >>> print(django.get_version())
    87     1.4
     87    1.5
    8888
     89You may have another version of Django installed.
    8990
    9091That's it!
    9192----------
Back to Top